1 implementation of GetHandles
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
330
List<HandleData> IGC.
GetHandles
(HandleType[] types)
2 references to GetHandles
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (1)
55
foreach (HandleData handle in _gc.
GetHandles
(requestedTypes))
SOSDacImpl.cs (1)
1622
List<HandleData> handles = gc.
GetHandles
(types);