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)
338
foreach (
var
closeAction in onClosed)
Internal\QuicStreamContext.FeatureCollection.cs (2)
33
private List<
OnCloseRegistration
>? _onClosedRegistrations;
111
_onClosedRegistrations = new List<
OnCloseRegistration
>();