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

