1 write to _onClosedRegistrations
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
111
_onClosedRegistrations
= new List<OnCloseRegistration>();
4 references to _onClosedRegistrations
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicStreamContext.cs (2)
86
_onClosedRegistrations
?.Clear();
334
var onClosed =
_onClosedRegistrations
;
Internal\QuicStreamContext.FeatureCollection.cs (2)
109
if (
_onClosedRegistrations
== null)
113
_onClosedRegistrations
.Add(new OnCloseRegistration(callback, state));