1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionContext.cs (1)
41
_context
= context;
5 references to _context
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.cs (5)
60
_closeTask ??= _connection.CloseAsync(errorCode:
_context
.Options.DefaultCloseErrorCode).AsTask();
114
context = new QuicStreamContext(this,
_context
);
234
QuicStreamContext? context = new QuicStreamContext(this,
_context
);
247
var timeProvider =
_context
.Options.TimeProvider;
293
var now =
_context
.Options.TimeProvider.GetTimestamp();