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