5 references to First
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (5)
PooledObjects\PooledArrayBuilderTests.cs (5)
225var exception1 = Assert.Throws<InvalidOperationException>(() => builder.First(IsOdd)); 237Assert.Equal(19, builder.First(IsOdd)); 244Assert.Equal(19, builder.First(IsOdd)); 249var exception3 = Assert.Throws<InvalidOperationException>(() => builder.First(IsEven)); 261Assert.Equal(42, builder.First(IsEven));