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)
74
ConnectionClosed =
_connectionClosedRegistration
.Token;
108
await
_connectionClosedRegistration
.DisposeAsync();