﻿Source Location: (2:0,2 [99] x:\dir\subdir\Test\TestComponent.razor)
|
#pragma warning disable 219 // variable declared but not used
#if true
    var x = 1;
#endif
|
Generated Location: (733:21,0 [99] )
|
#pragma warning disable 219 // variable declared but not used
#if true
    var x = 1;
#endif
|

