3 references to First
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (3)
PooledObjects\PooledArrayBuilderTests.cs (3)
195var exception1 = Assert.Throws<InvalidOperationException>(() => builder.First()); 207Assert.Equal(19, builder.First()); 214Assert.Equal(19, builder.First());