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