5 references to Last
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
ReadOnlyListExtensionsTests.cs (3)
72var exception2 = Assert.Throws<InvalidOperationException>(() => readOnlyList.Last()); 81Assert.Equal(19, readOnlyList.Last()); 88Assert.Equal(23, readOnlyList.Last());
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\LspExtensions_SumTypes.cs (2)
76return textDocumentEdits.Last(); 81return edits.Last();