18 references to RuntimeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (13)
Contracts\DebugInfo\DebugInfo_2.cs (1)
145
bool isX86 = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() == RuntimeInfoArchitecture.X86;
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
173
uint unwindDataSize = UnwindDataSize.GetUnwindDataSize(Target, unwindInfo, Target.Contracts.
RuntimeInfo
.GetTargetArchitecture());
Contracts\GCInfo\GCInfoDecoder.cs (1)
150
_arch = target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Contracts\Signature\Signature_1.cs (1)
63
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() == RuntimeInfoArchitecture.X86)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (2)
34
private readonly bool _unixAMD64ABI = target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() != RuntimeInfoOperatingSystem.Windows;
853
Debug.Assert(_target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() == RuntimeInfoOperatingSystem.Windows);
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
35
IRuntimeInfo runtimeInfo = target.Contracts.
RuntimeInfo
;
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
37
private readonly bool _unixX86ABI = target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() != RuntimeInfoOperatingSystem.Windows;
Contracts\StackWalk\FrameHandling\AMD64FrameHandler.cs (1)
21
if (_target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() == RuntimeInfoOperatingSystem.Windows)
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
482
IRuntimeInfo runtimeInfo = _target.Contracts.
RuntimeInfo
;
Contracts\StackWalk\GC\GcScanner.cs (2)
182
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is RuntimeInfoArchitecture.X86)
469
return _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is RuntimeInfoArchitecture.Arm64;
CoreCLRContracts.cs (1)
58
RuntimeInfoArchitecture arch = t.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
967
RuntimeInfoArchitecture arch = target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Dbi\DacDbiImpl.cs (1)
1270
RuntimeInfoArchitecture arch = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
SOSDacImpl.cs (3)
745
if (_target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() != RuntimeInfoOperatingSystem.Windows)
2224
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() != RuntimeInfoArchitecture.X64)
3831
string[] regs = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() switch