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