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