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