6 references to RefCounted
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (4)
555supportedTypes.Add(HandleType.RefCounted); 578(uint)HandleType_1.RefCounted => HandleType.RefCounted, 603HandleType.RefCounted => (uint)HandleType_1.RefCounted, 640private static bool IsRefCounted(HandleType type) => type == HandleType.RefCounted;
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\RefWalk.cs (2)
83types.Add(HandleType.RefCounted); 113case HandleType.RefCounted: