1 instantiation of Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
607stream = new Http3Stream<TContext>(application, CreateHttpStreamContext(streamContext));
1 reference to Http3Stream
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Connection.cs (1)
612stream = (Http3Stream<TContext>)s!;