﻿Source Location: (1:0,1 [40] x:\dir\subdir\Test\TestComponent.razor)
|using NumberPair = (int Left, int Right)|
Generated Location: (371:12,0 [40] )
|using NumberPair = (int Left, int Right)|

Source Location: (47:2,2 [66] x:\dir\subdir\Test\TestComponent.razor)
|
    NumberPair pair = (1, 2);
    _ = pair.Left + pair.Right;
|
Generated Location: (883:27,0 [66] )
|
    NumberPair pair = (1, 2);
    _ = pair.Left + pair.Right;
|

