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