2 references to DebuggerPatchTable
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
18
public const string DebuggerPatchTable = nameof(
DebuggerPatchTable
);
Contracts\Debugger\Debugger_1.cs (1)
188
if (!_target.TryReadGlobalPointer(Constants.Globals.
DebuggerPatchTable
, out TargetPointer? patchTablePointerAddress))