1 write to GlobalEventMask
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ProfControlBlock.cs (1)
14
GlobalEventMask
= target.ReadField<ulong>(address, type, nameof(GlobalEventMask));
2 references to GlobalEventMask
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ReJIT_1.cs (1)
42
bool profEnabledReJIT = (_profControlBlock.
GlobalEventMask
& (ulong)COR_PRF_MONITOR.COR_PRF_ENABLE_REJIT) != 0;
Data\ProfControlBlock.cs (1)
14
GlobalEventMask = target.ReadField<ulong>(address, type, nameof(
GlobalEventMask
));