5 references to Last
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (5)
PooledObjects\PooledArrayBuilderTests.cs (5)
230var exception2 = Assert.Throws<InvalidOperationException>(() => builder.Last(IsOdd)); 239Assert.Equal(19, builder.Last(IsOdd)); 246Assert.Equal(23, builder.Last(IsOdd)); 254var exception4 = Assert.Throws<InvalidOperationException>(() => builder.Last(IsEven)); 263Assert.Equal(42, builder.Last(IsEven));