2 writes to State
Microsoft.Diagnostics.DataContractReader.Contracts (2)
_generated\97\Microsoft_Diagnostics_DataContractReader_Data.JITNotification.g.cs (2)
30State = target.ReadField<ushort>(b, t, n); 52State = value;
2 references to State
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CodeNotifications_1.cs (1)
91return (CodeNotificationKind)v.GetEntry(foundIndex).State;
Data\JITNotification.cs (1)
13public bool IsFree => State == 0;