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)
4946IGC gc = _target.Contracts.GC; 5590Contracts.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)
1237IGC gc = _target.Contracts.GC; 1281IGC gc = _target.Contracts.GC; 1346IGC gc = _target.Contracts.GC; 1479IGC gc = _target.Contracts.GC; 1620IGC gc = _target.Contracts.GC; 1835IGC gc = _target.Contracts.GC; 1872IGC gc = _target.Contracts.GC; 1892IGC gc = _target.Contracts.GC; 1937IGC gc = _target.Contracts.GC; 1983IGC gc = _target.Contracts.GC; 3485IGC gc = _target.Contracts.GC; 3536IGC gc = _target.Contracts.GC; 5051IGC gc = _target.Contracts.GC; 5093IGC gc = _target.Contracts.GC; 5199IGC gc = _target.Contracts.GC; 5714IGC gc = _target.Contracts.GC; 5749IGC gc = _target.Contracts.GC; 5818IGC gc = _target.Contracts.GC; 5880IGC gc = _target.Contracts.GC; 5949IGC gc = _target.Contracts.GC; 6388Contracts.IGC gcContract = _target.Contracts.GC; 6648IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetHandleTableMemoryRegions(); 6673IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCBookkeepingMemoryRegions(); 6698IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCFreeRegions(); 7090IGC gc = _target.Contracts.GC;