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