﻿Source Location: (73:1,7 [135] x:\dir\subdir\Test\TestComponent.cshtml)
|
    public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1);

    public string Format { get; set; } = "MM/dd/yyyy";
|
Generated Location: (1319:40,7 [135] )
|
    public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1);

    public string Format { get; set; } = "MM/dd/yyyy";
|

