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)
123
NetEventSource.Info(this, $"{this} {
_parent
} ref count incremented");
135
if (
_parent
is not null)
137
_parent
.DangerousRelease();
140
NetEventSource.Info(this, $"{this} {
_parent
} ref count decremented");