33 references to GC
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ConditionalWeakTable_1.cs (1)
50TargetNUInt extraInfo = _target.Contracts.GC.GetHandleExtraInfo(handle.Handle);
Contracts\GC\GC_1.cs (1)
495IGC gc = _target.Contracts.GC;
Contracts\RuntimeMutableTypeSystem_1.cs (1)
108IGC gcContract = _target.Contracts.GC;
Contracts\StackWalk\GC\GcScanContext.cs (1)
37_gc = target.Contracts.GC;
Microsoft.Diagnostics.DataContractReader.Legacy (29)
Dbi\DacDbiImpl.cs (2)
5089IGC gc = _target.Contracts.GC; 5743Contracts.IGC gc = _target.Contracts.GC;
Dbi\Helpers\HeapWalk.cs (1)
27_gc = target.Contracts.GC;
Dbi\Helpers\RefWalk.cs (1)
27_gc = target.Contracts.GC;
SOSDacImpl.cs (25)
1282IGC gc = _target.Contracts.GC; 1327IGC gc = _target.Contracts.GC; 1393IGC gc = _target.Contracts.GC; 1527IGC gc = _target.Contracts.GC; 1670IGC gc = _target.Contracts.GC; 1897IGC gc = _target.Contracts.GC; 1939IGC gc = _target.Contracts.GC; 1964IGC gc = _target.Contracts.GC; 2010IGC gc = _target.Contracts.GC; 2057IGC gc = _target.Contracts.GC; 3576IGC gc = _target.Contracts.GC; 3628IGC gc = _target.Contracts.GC; 5177IGC gc = _target.Contracts.GC; 5220IGC gc = _target.Contracts.GC; 5327IGC gc = _target.Contracts.GC; 5850IGC gc = _target.Contracts.GC; 5886IGC gc = _target.Contracts.GC; 5956IGC gc = _target.Contracts.GC; 6019IGC gc = _target.Contracts.GC; 6089IGC gc = _target.Contracts.GC; 6538Contracts.IGC gcContract = _target.Contracts.GC; 6802IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetHandleTableMemoryRegions(); 6828IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCBookkeepingMemoryRegions(); 6854IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCFreeRegions(); 7258IGC gc = _target.Contracts.GC;