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