1 instantiation of OnCloseRegistration
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
113_onClosedRegistrations.Add(new OnCloseRegistration(callback, state));
3 references to OnCloseRegistration
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicStreamContext.cs (1)
338foreach (var closeAction in onClosed)
Internal\QuicStreamContext.FeatureCollection.cs (2)
33private List<OnCloseRegistration>? _onClosedRegistrations; 111_onClosedRegistrations = new List<OnCloseRegistration>();