9 references to DebugInfo
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataFrame.cs (1)
490IDebugInfo debugInfo = _target.Contracts.DebugInfo;
ClrDataMethodInstance.cs (6)
276if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 279IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 376if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 379IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap( 469if (!_target.Contracts.DebugInfo.HasDebugInfo(pCode)) 472IEnumerable<OffsetMapping> mapEnumerable = _target.Contracts.DebugInfo.GetMethodNativeMap(
Dbi\DacDbiImpl.cs (2)
1636Contracts.IDebugInfo debugInfo = _target.Contracts.DebugInfo; 6467IReadOnlyList<AsyncSuspensionInfo> suspensionPoints = _target.Contracts.DebugInfo.GetAsyncSuspensionPoints(pCode);