7 references to DebugInfo
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataFrame.cs (1)
453IDebugInfo debugInfo = _target.Contracts.DebugInfo;
ClrDataMethodInstance.cs (4)
211if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 214IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 307if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 310IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap(
Dbi\DacDbiImpl.cs (2)
1560Contracts.IDebugInfo debugInfo = _target.Contracts.DebugInfo; 6267IReadOnlyList<AsyncSuspensionInfo> suspensionPoints = _target.Contracts.DebugInfo.GetAsyncSuspensionPoints(pCode);