4 instantiations of Http2StreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
153var context = new Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
891var streamContext = new Http2StreamContext(
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
153var context = new Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (1)
153var context = new Http2StreamContext
15 references to Http2StreamContext
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
137public static Http2StreamContext CreateHttp2StreamContext( 153var context = new Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (2)
889private Http2StreamContext CreateHttp2StreamContext() 891var streamContext = new Http2StreamContext(
Internal\Http2\Http2OutputProducer.cs (1)
60public Http2OutputProducer(Http2Stream stream, Http2StreamContext context)
Internal\Http2\Http2Stream.cs (2)
33private Http2StreamContext _context = default!; 49public void Initialize(Http2StreamContext context)
Internal\Http2\Http2StreamOfT.cs (1)
15public Http2Stream(IHttpApplication<TContext> application, Http2StreamContext context)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
Http2\Http2HttpProtocolFeatureCollectionTests.cs (2)
23var context = TestContextFactory.CreateHttp2StreamContext( 66public TestHttp2Stream(Http2StreamContext context)
PooledStreamStackTests.cs (1)
99var context = TestContextFactory.CreateHttp2StreamContext(connectionId: "TestConnectionId", streamId: streamId);
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
137public static Http2StreamContext CreateHttp2StreamContext( 153var context = new Http2StreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
137public static Http2StreamContext CreateHttp2StreamContext( 153var context = new Http2StreamContext