1 instantiation of SomeException
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheTests.cs (1)
942
var builders = TestUtils.CreateBuildersWithOutputCaching(contextAction: _ => throw new
SomeException
());
1 reference to SomeException
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheTests.cs (1)
961
await Assert.ThrowsAsync<
SomeException
>(