﻿Source Location: (7:0,7 [134] x:\dir\subdir\Test\TestComponent.razor)
|
    public interface IExample
    {
        int GetValue() => 1;
    }
    
    public class Example : IExample
    {
    }
|
Generated Location: (557:18,0 [134] )
|
    public interface IExample
    {
        int GetValue() => 1;
    }
    
    public class Example : IExample
    {
    }
|

