16 references to ReadNUIntField
Microsoft.Diagnostics.DataContractReader.Contracts (16)
Data\CardTableInfo.cs (1)
15Size = target.ReadNUIntField(address, type, nameof(Size));
Data\ComMethodTable.cs (1)
13Flags = target.ReadNUIntField(address, type, nameof(Flags));
Data\ExceptionClause.cs (1)
29TypeHandle = target.ReadNUIntField(address, type, nameof(TypeHandle));
Data\GC\GCHeapSVR.cs (1)
41InternalRootArrayIndex = target.ReadNUIntField(address, type, nameof(InternalRootArrayIndex));
Data\GC\HeapSegment.cs (1)
18Flags = target.ReadNUIntField(address, type, nameof(Flags));
Data\GC\OOMHistory.cs (4)
14AllocSize = target.ReadNUIntField(address, type, nameof(AllocSize)); 17GcIndex = target.ReadNUIntField(address, type, nameof(GcIndex)); 19Size = target.ReadNUIntField(address, type, nameof(Size)); 20AvailablePagefileMb = target.ReadNUIntField(address, type, nameof(AvailablePagefileMb));
Data\ILCodeVersionNode.cs (1)
15VersionId = target.ReadNUIntField(address, type, nameof(VersionId));
Data\JITNotification.cs (1)
26_clrModule = target.ReadNUIntField(address, _type, nameof(ClrModule));
Data\ModuleLookupMap.cs (1)
17SupportedFlagsMask = target.ReadNUIntField(address, type, nameof(SupportedFlagsMask));
Data\NativeCodeVersionNode.cs (1)
19ILVersionId = target.ReadNUIntField(address, type, nameof(ILVersionId));
Data\StressLog.cs (1)
24ModuleOffset = target.ReadNUIntField(address, type, nameof(ModuleOffset));
Data\StressLogModuleDesc.cs (1)
16Size = target.ReadNUIntField(address, type, nameof(Size));
Data\Thread.cs (1)
16OSId = target.ReadNUIntField(address, type, nameof(OSId));