1 write to _connectionClosedRegistration
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportStream.cs (1)
64_connectionClosedRegistration = context.StreamContext.ConnectionClosed.Register(static state =>
2 references to _connectionClosedRegistration
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\WebTransport\WebTransportStream.cs (2)
74ConnectionClosed = _connectionClosedRegistration.Token; 108await _connectionClosedRegistration.DisposeAsync();