1 write to _trace
System.Net.Security (1)
src\libraries\Common\src\System\Net\DebugSafeHandle.cs (1)
30
_trace
= "WARNING! GC-ed >>" + this.GetType().ToString() + "<< (should be explicitly closed) \r\n";
1 reference to _trace
System.Net.Security (1)
src\libraries\Common\src\System\Net\DebugSafeHandle.cs (1)
35
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this,
_trace
);