﻿Source Location: (2:0,2 [116] x:\dir\subdir\Test\TestComponent.razor)
|
    System.Collections.Generic.List<string> values = [with(capacity: 32), "a", "b", "c"];
    _ = values.Count;
|
Generated Location: (733:21,0 [116] )
|
    System.Collections.Generic.List<string> values = [with(capacity: 32), "a", "b", "c"];
    _ = values.Count;
|

Source Location: (128:5,5 [43] x:\dir\subdir\Test\TestComponent.razor)
|CountValues([with(capacity: 32), "d", "e"])|
Generated Location: (1052:32,24 [43] )
|CountValues([with(capacity: 32), "d", "e"])|

Source Location: (182:6,4 [43] x:\dir\subdir\Test\TestComponent.razor)
|CountValues([with(capacity: 32), "f", "g"])|
Generated Location: (1405:43,24 [43] )
|CountValues([with(capacity: 32), "f", "g"])|

