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();
113
context = new QuicStreamContext(this,
_context
);
233
QuicStreamContext? context = new QuicStreamContext(this,
_context
);
246
var timeProvider =
_context
.Options.TimeProvider;
292
var now =
_context
.Options.TimeProvider.GetTimestamp();