6 references to DebugInfo
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
458IDebugInfo debugInfo = _target.Contracts.DebugInfo;
ClrDataMethodInstance.cs (4)
201if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 204IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 297if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 300IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap(
Dbi\DacDbiImpl.cs (1)
5489IReadOnlyList<AsyncSuspensionInfo> suspensionPoints = _target.Contracts.DebugInfo.GetAsyncSuspensionPoints(pCode);