11 references to HandleData
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IGC.cs (1)
159List<HandleData> GetHandles(HandleType[] types) => throw new NotImplementedException();
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (6)
338List<HandleData> IGC.GetHandles(HandleType[] types) 342List<HandleData> handles = new(); 617private void GetHandlesForSegment(Data.TableSegment tableSegment, HandleType type, List<HandleData> handles) 633private void GetHandlesForBlock(Data.TableSegment tableSegment, byte uBlock, HandleType type, List<HandleData> handles) 650private HandleData CreateHandleData(TargetPointer handleAddress, byte uBlock, uint intraBlockIndex, Data.TableSegment tableSegment, HandleType type) 652HandleData 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)
1671List<HandleData> handles = gc.GetHandles(types); 1679HandleData h = handles[i];