7 references to GCInfo
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (1)
57
IGCInfo gcInfo = Target.Contracts.
GCInfo
;
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
55
IGCInfo gcInfo = Target.Contracts.
GCInfo
;
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
84
IGCInfo gcInfo = Target.Contracts.
GCInfo
;
Contracts\StackWalk\GC\GcScanner.cs (1)
28
_gcInfo = target.Contracts.
GCInfo
;
Contracts\StackWalk\StackWalk_1.cs (2)
258
IGCInfoHandle gcHandle = _target.Contracts.
GCInfo
.DecodePlatformSpecificGCInfo(gcInfoAddr, gcVersion);
261
foreach (var range in _target.Contracts.
GCInfo
.GetInterruptibleRanges(gcHandle))
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
795
IGCInfo gcInfo = _target.Contracts.
GCInfo
;