﻿Source Location: (49:0,49 [10] x:\dir\subdir\Test\TestComponent.cshtml)
|someObject|
Generated Location: (1061:29,49 [10] )
|someObject|

Source Location: (74:2,7 [109] x:\dir\subdir\Test\TestComponent.cshtml)
|
        private object someObject = new object();

        [Parameter] public int Min { get; set; }
    |
Generated Location: (1304:40,7 [109] )
|
        private object someObject = new object();

        [Parameter] public int Min { get; set; }
    |

