1 implementation of GetHandleTypes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
564
HandleType[] IGC.
GetHandleTypes
(uint[] types)
2 references to GetHandleTypes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (1)
99
switch (_gc.
GetHandleTypes
([handle.Type])[0])
SOSDacImpl.cs (1)
1874
HandleType[] handleTypes = gc.
GetHandleTypes
(types);