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)
104IGC gcContract = _target.Contracts.GC;
Contracts\StackWalk\GC\GcScanContext.cs (1)
37_gc = target.Contracts.GC;
Microsoft.Diagnostics.DataContractReader.Legacy (29)
Dbi\DacDbiImpl.cs (2)
4174IGC gc = _target.Contracts.GC; 4827Contracts.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)
1238IGC gc = _target.Contracts.GC; 1282IGC gc = _target.Contracts.GC; 1347IGC gc = _target.Contracts.GC; 1480IGC gc = _target.Contracts.GC; 1621IGC gc = _target.Contracts.GC; 1836IGC gc = _target.Contracts.GC; 1873IGC gc = _target.Contracts.GC; 1893IGC gc = _target.Contracts.GC; 1938IGC gc = _target.Contracts.GC; 1984IGC gc = _target.Contracts.GC; 3479IGC gc = _target.Contracts.GC; 3530IGC gc = _target.Contracts.GC; 5040IGC gc = _target.Contracts.GC; 5082IGC gc = _target.Contracts.GC; 5188IGC gc = _target.Contracts.GC; 5697IGC gc = _target.Contracts.GC; 5732IGC gc = _target.Contracts.GC; 5801IGC gc = _target.Contracts.GC; 5863IGC gc = _target.Contracts.GC; 5932IGC gc = _target.Contracts.GC; 6371Contracts.IGC gcContract = _target.Contracts.GC; 6631IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetHandleTableMemoryRegions(); 6656IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCBookkeepingMemoryRegions(); 6681IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCFreeRegions(); 7073IGC gc = _target.Contracts.GC;