33 references to RuntimeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (27)
Contracts\CallingConvention\CallingConvention_1.cs (2)
85
IRuntimeInfo runtimeInfo = _target.Contracts.
RuntimeInfo
;
598
IRuntimeInfo runtimeInfo = _target.Contracts.
RuntimeInfo
;
Contracts\CallingConvention\CdacTypeHandle.cs (1)
48
public RuntimeInfoArchitecture Arch => _target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Contracts\Debugger\Debugger_1.cs (2)
290
RuntimeInfoArchitecture arch = target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
291
RuntimeInfoOperatingSystem os = target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem();
Contracts\Debugger\StackPusher.cs (2)
48
RuntimeInfoArchitecture arch = target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
49
RuntimeInfoOperatingSystem os = target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem();
Contracts\DebugInfo\DebugInfo_2.cs (1)
145
bool isX86 = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() == RuntimeInfoArchitecture.X86;
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
412
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is not 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\RuntimeTypeSystem_1.cs (1)
620
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)
44
IRuntimeInfo runtimeInfo = target.Contracts.
RuntimeInfo
;
Contracts\StackWalk\Context\X86\X86Unwinder.cs (1)
38
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)
553
IRuntimeInfo runtimeInfo = _target.Contracts.
RuntimeInfo
;
Contracts\StackWalk\GC\GcScanner.cs (4)
203
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is RuntimeInfoArchitecture.X86)
340
IRuntimeInfo runtimeInfo = _target.Contracts.
RuntimeInfo
;
382
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is RuntimeInfoArchitecture.X86)
389
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() is RuntimeInfoArchitecture.X86)
Contracts\StackWalk\StackWalk_1.cs (3)
150
bool isX86 = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() == RuntimeInfoArchitecture.X86;
1006
&& _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() == RuntimeInfoArchitecture.X86
1037
(bool useFramePointer, long offset) = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() switch
CoreCLRContracts.cs (1)
62
RuntimeInfoArchitecture arch = t.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
964
RuntimeInfoArchitecture arch = target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
Dbi\DacDbiImpl.cs (2)
1504
RuntimeInfoArchitecture arch = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
2056
RuntimeInfoArchitecture arch = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture();
SOSDacImpl.cs (3)
724
if (_target.Contracts.
RuntimeInfo
.GetTargetOperatingSystem() != RuntimeInfoOperatingSystem.Windows)
2208
if (_target.Contracts.
RuntimeInfo
.GetTargetArchitecture() != RuntimeInfoArchitecture.X64)
3825
string[] regs = _target.Contracts.
RuntimeInfo
.GetTargetArchitecture() switch