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