1 write to _type
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\JITNotification.cs (1)
22_type = target.GetTypeInfo(DataType.JITNotification);
6 references to _type
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Data\JITNotification.cs (6)
25_state = target.ReadField<ushort>(address, _type, nameof(State)); 26_clrModule = target.ReadNUIntField(address, _type, nameof(ClrModule)); 27_methodToken = target.ReadField<uint>(address, _type, nameof(MethodToken)); 33set => _state = _target.WriteField(_address, _type, nameof(State), value); 39set => _clrModule = _target.WriteNUIntField(_address, _type, nameof(ClrModule), value); 45set => _methodToken = _target.WriteField(_address, _type, nameof(MethodToken), value);