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)
104
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)
4174
IGC gc = _target.Contracts.
GC
;
4827
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)
1238
IGC gc = _target.Contracts.
GC
;
1282
IGC gc = _target.Contracts.
GC
;
1347
IGC gc = _target.Contracts.
GC
;
1480
IGC gc = _target.Contracts.
GC
;
1621
IGC gc = _target.Contracts.
GC
;
1836
IGC gc = _target.Contracts.
GC
;
1873
IGC gc = _target.Contracts.
GC
;
1893
IGC gc = _target.Contracts.
GC
;
1938
IGC gc = _target.Contracts.
GC
;
1984
IGC gc = _target.Contracts.
GC
;
3479
IGC gc = _target.Contracts.
GC
;
3530
IGC gc = _target.Contracts.
GC
;
5040
IGC gc = _target.Contracts.
GC
;
5082
IGC gc = _target.Contracts.
GC
;
5188
IGC gc = _target.Contracts.
GC
;
5697
IGC gc = _target.Contracts.
GC
;
5732
IGC gc = _target.Contracts.
GC
;
5801
IGC gc = _target.Contracts.
GC
;
5863
IGC gc = _target.Contracts.
GC
;
5932
IGC gc = _target.Contracts.
GC
;
6371
Contracts.IGC gcContract = _target.Contracts.
GC
;
6631
IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.
GC
.GetHandleTableMemoryRegions();
6656
IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.
GC
.GetGCBookkeepingMemoryRegions();
6681
IReadOnlyList<GCMemoryRegionData> regions = _target.Contracts.
GC
.GetGCFreeRegions();
7073
IGC gc = _target.Contracts.
GC
;