﻿Source Location: (7:0,7 [124] x:\dir\subdir\Test\TestComponent.razor)
|
    public struct Counter
    {
        public int Value;
    
        public Counter()
        {
        }
    }
|
Generated Location: (557:18,0 [124] )
|
    public struct Counter
    {
        public int Value;
    
        public Counter()
        {
        }
    }
|

