5 implementations of DecrementActiveClientStreamCount
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (1)
526public void DecrementActiveClientStreamCount()
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
230public void DecrementActiveClientStreamCount()
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
1837public void DecrementActiveClientStreamCount()
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
230public void DecrementActiveClientStreamCount()
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
230public void DecrementActiveClientStreamCount()
2 references to DecrementActiveClientStreamCount
InMemory.FunctionalTests (1)
Http2\Http2TestBase.cs (1)
528_inner.DecrementActiveClientStreamCount();
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
643_context.StreamLifetimeHandler.DecrementActiveClientStreamCount();