2 instantiations of Http2Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
884return new Http2Stream<TContext>(
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
PooledStreamStackTests.cs (1)
101return new Http2Stream<HttpContext>(new DummyApplication(), context)
3 references to Http2Stream
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2FrameWriter.cs (1)
27/// (and corresponding <see cref="Http2Stream{TContext}"/>) and then serializes to binary in
Internal\Http2\Http2Stream.cs (1)
23/// In practice, the product code uses <see cref="Http2Stream{TContext}"/>. This appears to be
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
PooledStreamStackTests.cs (1)
97private static Http2Stream<HttpContext> CreateStream(int streamId, long expirationTimestamp)