2 writes to ClrModule
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\JITNotification.cs (2)
53ClrModule = new TargetNUInt(0); 59ClrModule = new TargetNUInt(module.Value);
4 references to ClrModule
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeNotifications_1.cs (2)
113if (module != TargetPointer.Null && entry.ClrModule.Value != module.Value) 188if (entry.ClrModule.Value != module.Value)
Data\JITNotification.cs (2)
26_clrModule = target.ReadNUIntField(address, _type, nameof(ClrModule)); 39set => _clrModule = _target.WriteNUIntField(_address, _type, nameof(ClrModule), value);