﻿Source Location: (7:0,7 [181] x:\dir\subdir\Test\TestComponent.razor)
|
    public class Person
    {
        public required string Name { get; init; }
    }
    
    public static string Value()
        => new Person { Name = "Razor" }.Name;
|
Generated Location: (556:18,0 [181] )
|
    public class Person
    {
        public required string Name { get; init; }
    }
    
    public static string Value()
        => new Person { Name = "Razor" }.Name;
|

