1 write to _debugDestroyedHandleValue
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
53
_debugDestroyedHandleValue
= target.ReadGlobalPointer(Constants.Globals.DebugDestroyedHandleValue);
1 reference to _debugDestroyedHandleValue
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
535
if (handle == TargetPointer.Null || handle ==
_debugDestroyedHandleValue
)