﻿Source Location: (7:0,7 [176] x:\dir\subdir\Test\TestComponent.razor)
|
    public static async System.Collections.Generic.IAsyncEnumerable<int> Values()
    {
        yield return 1;
        await System.Threading.Tasks.Task.Yield();
    }
|
Generated Location: (556:18,0 [176] )
|
    public static async System.Collections.Generic.IAsyncEnumerable<int> Values()
    {
        yield return 1;
        await System.Threading.Tasks.Task.Yield();
    }
|

