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