4 writes to State
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeNotifications_1.cs (2)
51v.GetEntry(existingIndex).State = (ushort)flags; 122entry.State = (ushort)flags;
Data\JITNotification.cs (2)
52State = 0; 61State = state;
3 references to State
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CodeNotifications_1.cs (1)
91return (CodeNotificationKind)v.GetEntry(foundIndex).State;
Data\JITNotification.cs (2)
25_state = target.ReadField<ushort>(address, _type, nameof(State)); 33set => _state = _target.WriteField(_address, _type, nameof(State), value);