30 references to GC
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ConditionalWeakTable_1.cs (1)
50TargetNUInt extraInfo = _target.Contracts.GC.GetHandleExtraInfo(handle.Handle);
Contracts\GC\GC_1.cs (1)
495IGC gc = _target.Contracts.GC;
Microsoft.Diagnostics.DataContractReader.Legacy (28)
Dbi\DacDbiImpl.cs (2)
3384IGC gc = _target.Contracts.GC; 3894Contracts.IGC gc = _target.Contracts.GC;
Dbi\Helpers\HeapWalk.cs (1)
28_gc = target.Contracts.GC;
SOSDacImpl.cs (25)
1259IGC gc = _target.Contracts.GC; 1303IGC gc = _target.Contracts.GC; 1368IGC gc = _target.Contracts.GC; 1501IGC gc = _target.Contracts.GC; 1642IGC gc = _target.Contracts.GC; 1852IGC gc = _target.Contracts.GC; 1889IGC gc = _target.Contracts.GC; 1909IGC gc = _target.Contracts.GC; 1954IGC gc = _target.Contracts.GC; 2000IGC gc = _target.Contracts.GC; 3485IGC gc = _target.Contracts.GC; 3536IGC gc = _target.Contracts.GC; 5053IGC gc = _target.Contracts.GC; 5095IGC gc = _target.Contracts.GC; 5201IGC gc = _target.Contracts.GC; 5709IGC gc = _target.Contracts.GC; 5744IGC gc = _target.Contracts.GC; 5813IGC gc = _target.Contracts.GC; 5875IGC gc = _target.Contracts.GC; 5944IGC gc = _target.Contracts.GC; 6383Contracts.IGC gcContract = _target.Contracts.GC; 6643IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetHandleTableMemoryRegions(); 6668IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCBookkeepingMemoryRegions(); 6693IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.GC.GetGCFreeRegions(); 7085IGC gc = _target.Contracts.GC;