1 write to _parent
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (1)
120_parent = parent;
4 references to _parent
System.Net.Quic (4)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (4)
123NetEventSource.Info(this, $"{this} {_parent} ref count incremented"); 135if (_parent is not null) 137_parent.DangerousRelease(); 140NetEventSource.Info(this, $"{this} {_parent} ref count decremented");