2 writes to _state
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\JITNotification.cs (2)
25
_state
= target.ReadField<ushort>(address, _type, nameof(State));
33
set =>
_state
= _target.WriteField(_address, _type, nameof(State), value);
2 references to _state
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\JITNotification.cs (2)
32
get =>
_state
;
48
public bool IsFree =>
_state
== 0;