Source Location: (14:0,14 [15] x:\dir\subdir\Test\TestComponent.cshtml)
|*, TestAssembly|
Generated Location: (559:16,38 [15] )
|*, TestAssembly|

Source Location: (57:1,26 [11] x:\dir\subdir\Test\TestComponent.cshtml)
|CurrentDate|
Generated Location: (1064:28,78 [11] )
|CurrentDate|

Source Location: (85:1,54 [6] x:\dir\subdir\Test\TestComponent.cshtml)
|Format|
Generated Location: (1077:28,91 [6] )
|Format|

Source Location: (108:2,12 [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: (1341:33,12 [135] )
|
    public DateTime CurrentDate { get; set; } = new DateTime(2018, 1, 1);

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

