1 write to _ctorStackTrace
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (1)
78
_ctorStackTrace
= Environment.StackTrace;
2 references to _ctorStackTrace
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (2)
115
if (!disposing &&
_ctorStackTrace
is not null)
118
Internal.Console.WriteLine($"{Environment.NewLine}*** #{count} {GetType()} (0x{handle.ToInt64():x}) finalized! Ctor stack:{Environment.NewLine}{
_ctorStackTrace
}{Environment.NewLine}");