1 write to RejitOnAttachEnabled
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ProfControlBlock.cs (1)
15RejitOnAttachEnabled = target.ReadField<byte>(address, type, nameof(RejitOnAttachEnabled)) != 0;
2 references to RejitOnAttachEnabled
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ReJIT_1.cs (1)
43return profEnabledReJIT || _profControlBlock.RejitOnAttachEnabled;
Data\ProfControlBlock.cs (1)
15RejitOnAttachEnabled = target.ReadField<byte>(address, type, nameof(RejitOnAttachEnabled)) != 0;