3 references to ProfilerControlBlock
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
98
public const string ProfilerControlBlock = nameof(
ProfilerControlBlock
);
Contracts\ReJIT_1.cs (1)
36
TargetPointer profControlBlockAddress = target.ReadGlobalPointer(Constants.Globals.
ProfilerControlBlock
);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
44
if (!_target.TryReadGlobalPointer(Constants.Globals.
ProfilerControlBlock
, out TargetPointer? profControlBlockAddress))