4 references to ItemRef
Microsoft.CodeAnalysis.UnitTests (4)
Collections\ImmutableSegmentedListTest.cs (4)
817
ref readonly var safeRef = ref list.
ItemRef
(1);
820
Assert.Equal(2, list.
ItemRef
(1));
824
Assert.Equal(4, list.
ItemRef
(1));
832
Assert.Throws<ArgumentOutOfRangeException>(() => list.
ItemRef
(5));