11 references to HandleData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IGC.cs (1)
161List<HandleData> GetHandles(HandleType[] types) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
330List<HandleData> IGC.GetHandles(HandleType[] types) 334List<HandleData> handles = new(); 609private void GetHandlesForSegment(Data.TableSegment tableSegment, HandleType type, List<HandleData> handles) 625private void GetHandlesForBlock(Data.TableSegment tableSegment, byte uBlock, HandleType type, List<HandleData> handles) 642private HandleData CreateHandleData(TargetPointer handleAddress, byte uBlock, uint intraBlockIndex, Data.TableSegment tableSegment, HandleType type) 644HandleData handleData = default;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\Helpers\RefWalk.cs (2)
55foreach (HandleData handle in _gc.GetHandles(requestedTypes)) 96private bool TryMapHandle(HandleData handle, out CorGCReferenceType dwType, out ulong extraData)
SOSDacImpl.cs (2)
1622List<HandleData> handles = gc.GetHandles(types); 1630HandleData h = handles[i];