1 implementation of GetTargetArchitecture
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeInfo_1.cs (1)
30
RuntimeInfoArchitecture IRuntimeInfo.
GetTargetArchitecture
()
29 references to GetTargetArchitecture
Microsoft.Diagnostics.DataContractReader.Contracts (23)
Contracts\CallingConvention\CallingConvention_1.cs (3)
284
uint cbStackPop = runtimeInfo.
GetTargetArchitecture
() == RuntimeInfoArchitecture.X86
380
RuntimeInfoArchitecture arch = runtimeInfo.
GetTargetArchitecture
();
598
RuntimeInfoArchitecture arch = runtimeInfo.
GetTargetArchitecture
();
Contracts\CallingConvention\CdacTypeHandle.cs (1)
49
public RuntimeInfoArchitecture Arch => _target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Contracts\Debugger\Debugger_1.cs (1)
289
RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Contracts\Debugger\StackPusher.cs (1)
48
RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Contracts\DebugInfo\DebugInfo_2.cs (1)
145
bool isX86 = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
() == RuntimeInfoArchitecture.X86;
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
430
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() is not RuntimeInfoArchitecture.X86)
503
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\RuntimeTypeSystem_1.cs (1)
671
arch = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Contracts\Signature\Signature_1.cs (1)
63
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() == RuntimeInfoArchitecture.X86)
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (2)
45
return runtimeInfo.
GetTargetArchitecture
() switch
55
_ => throw new InvalidOperationException($"Unsupported architecture {runtimeInfo.
GetTargetArchitecture
()}"),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
555
return runtimeInfo.
GetTargetArchitecture
() switch
Contracts\StackWalk\GC\GcScanner.cs (3)
204
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() is RuntimeInfoArchitecture.X86)
362
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() is RuntimeInfoArchitecture.X86)
369
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() is RuntimeInfoArchitecture.X86)
Contracts\StackWalk\StackWalk_1.cs (3)
152
bool isX86 = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
() == RuntimeInfoArchitecture.X86;
1034
(bool useFramePointer, long offset) = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
() switch
1070
RuntimeInfoArchitecture arch = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
CoreCLRContracts.cs (1)
63
RuntimeInfoArchitecture arch = t.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (2)
971
RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
986
RuntimeInfoArchitecture arch = target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
Dbi\DacDbiImpl.cs (2)
2106
RuntimeInfoArchitecture arch = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
2626
RuntimeInfoArchitecture arch = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
();
SOSDacImpl.cs (2)
2207
if (_target.Contracts.RuntimeInfo.
GetTargetArchitecture
() != RuntimeInfoArchitecture.X64)
3831
string[] regs = _target.Contracts.RuntimeInfo.
GetTargetArchitecture
() switch