1 write to _profControlBlock
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ReJIT_1.cs (1)
37_profControlBlock = target.ProcessedData.GetOrAdd<Data.ProfControlBlock>(profControlBlockAddress);
2 references to _profControlBlock
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ReJIT_1.cs (2)
42bool profEnabledReJIT = (_profControlBlock.GlobalEventMask & (ulong)COR_PRF_MONITOR.COR_PRF_ENABLE_REJIT) != 0; 43return profEnabledReJIT || _profControlBlock.RejitOnAttachEnabled;