3 references to RemoveLast
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
893DagState state = workList.RemoveLast();
Microsoft.CodeAnalysis.UnitTests (2)
Collections\TemporaryArrayTests.cs (2)
281Assert.Throws<IndexOutOfRangeException>(() => array.RemoveLast()); 286var last = array.RemoveLast();