1 implementation of GetTargetArchitecture
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeInfo_1.cs (1)
30RuntimeInfoArchitecture IRuntimeInfo.GetTargetArchitecture()
28 references to GetTargetArchitecture
Microsoft.Diagnostics.DataContractReader.Contracts (23)
Contracts\CallingConvention\CallingConvention_1.cs (3)
265uint cbStackPop = runtimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.X86 383RuntimeInfoArchitecture arch = runtimeInfo.GetTargetArchitecture(); 601RuntimeInfoArchitecture arch = runtimeInfo.GetTargetArchitecture();
Contracts\CallingConvention\CdacTypeHandle.cs (1)
48public RuntimeInfoArchitecture Arch => _target.Contracts.RuntimeInfo.GetTargetArchitecture();
Contracts\Debugger\Debugger_1.cs (1)
290RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.GetTargetArchitecture();
Contracts\Debugger\StackPusher.cs (1)
48RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.GetTargetArchitecture();
Contracts\DebugInfo\DebugInfo_2.cs (1)
145bool isX86 = _target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.X86;
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
412if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is not RuntimeInfoArchitecture.X86)
Contracts\ExecutionManager\ExecutionManagerCore.ReadyToRunJitManager.cs (1)
173uint 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)
620arch = _target.Contracts.RuntimeInfo.GetTargetArchitecture();
Contracts\Signature\Signature_1.cs (1)
63if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.X86)
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (2)
45return runtimeInfo.GetTargetArchitecture() switch 54_ => throw new InvalidOperationException($"Unsupported architecture {runtimeInfo.GetTargetArchitecture()}"),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
554return runtimeInfo.GetTargetArchitecture() switch
Contracts\StackWalk\GC\GcScanner.cs (4)
203if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.X86) 341RuntimeInfoArchitecture arch = runtimeInfo.GetTargetArchitecture(); 382if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.X86) 389if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.X86)
Contracts\StackWalk\StackWalk_1.cs (3)
150bool 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)
62RuntimeInfoArchitecture arch = t.Contracts.RuntimeInfo.GetTargetArchitecture();
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
964RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.GetTargetArchitecture();
Dbi\DacDbiImpl.cs (2)
1504RuntimeInfoArchitecture arch = _target.Contracts.RuntimeInfo.GetTargetArchitecture(); 2056RuntimeInfoArchitecture arch = _target.Contracts.RuntimeInfo.GetTargetArchitecture();
SOSDacImpl.cs (2)
2208if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() != RuntimeInfoArchitecture.X64) 3825string[] regs = _target.Contracts.RuntimeInfo.GetTargetArchitecture() switch