1 instantiation of Http2Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
884return new Http2Stream<TContext>(
2 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