3 references to ExecutionManagerCodeRangeMapAddress
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Constants.cs (1)
85
public const string ExecutionManagerCodeRangeMapAddress = nameof(
ExecutionManagerCodeRangeMapAddress
);
Contracts\ExecutionManager\ExecutionManager_1.cs (1)
15
TargetPointer addr = target.ReadGlobalPointer(Constants.Globals.
ExecutionManagerCodeRangeMapAddress
);
Contracts\ExecutionManager\ExecutionManager_2.cs (1)
15
TargetPointer addr = target.ReadGlobalPointer(Constants.Globals.
ExecutionManagerCodeRangeMapAddress
);