1 implementation of GetSupportedHandleTypes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
541HandleType[] IGC.GetSupportedHandleTypes()
2 references to GetSupportedHandleTypes
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (1)
91HashSet<HandleType> supported = new(_gc.GetSupportedHandleTypes());
SOSDacImpl.cs (1)
1837HandleType[] supportedHandleTypes = gc.GetSupportedHandleTypes();