1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
56
_context
= new QuicTransportContext(_log, options);
1 reference to _context
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicConnectionListener.cs (1)
67
var currentAcceptingConnection = new QuicConnectionContext(connection,
_context
);