6 references to First
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (5)
ReadOnlyListExtensionsTests.cs (5)
98
var exception1 = Assert.Throws<InvalidOperationException>(() => readOnlyList.
First
(IsOdd));
110
Assert.Equal(19, readOnlyList.
First
(IsOdd));
117
Assert.Equal(19, readOnlyList.
First
(IsOdd));
122
var exception3 = Assert.Throws<InvalidOperationException>(() => readOnlyList.
First
(IsEven));
134
Assert.Equal(42, readOnlyList.
First
(IsEven));
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Hover\HoverFactory.cs (1)
135
var attribute = attributes.
First
(a => a.Span.IntersectsWith(absoluteIndex));