25 references to X86
Microsoft.Diagnostics.DataContractReader.Contracts (21)
Contracts\CallingConvention\CallingConvention_1.cs (3)
307
uint cbStackPop = runtimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
321
RuntimeInfoArchitecture.
X86
=> Internal.TypeSystem.TargetArchitecture.X86,
368
bool isX86 = arch is RuntimeInfoArchitecture.
X86
;
Contracts\CallingConvention\CdacTypeHandle.cs (1)
192
if (Arch != RuntimeInfoArchitecture.
X86
Contracts\Debugger\Debugger_1.cs (1)
377
case RuntimeInfoArchitecture.
X86
:
Contracts\Debugger\StackPusher.cs (1)
55
RuntimeInfoArchitecture.
X86
=> os == RuntimeInfoOperatingSystem.Windows ? 4u : 16u,
Contracts\DebugInfo\DebugInfo_1.cs (1)
145
bool isX86 = _target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
;
Contracts\ExecutionManager\ExecutionManagerCore.cs (2)
432
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is not RuntimeInfoArchitecture.
X86
)
505
runtimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
)
Contracts\ExecutionManager\Helpers\UnwindDataSize.cs (1)
16
case RuntimeInfoArchitecture.
X86
:
Contracts\Signature\Signature_1.cs (1)
63
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
)
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
47
RuntimeInfoArchitecture.
X86
=> new ContextHolder<X86Context>(),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (2)
401
return runtimeArchitecture == RuntimeInfoArchitecture.
X86
;
576
RuntimeInfoArchitecture.
X86
=> "ecx",
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)
156
bool isX86 = _target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
;
1040
RuntimeInfoArchitecture.
X86
=> (true, -4L),
1082
RuntimeInfoArchitecture.
X86
=> ComputeX86FramePointer(handle),
CoreCLRContracts.cs (1)
65
RuntimeInfoArchitecture.
X86
=> new GCInfoX86_1(t),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (2)
1059
RuntimeInfoArchitecture.
X86
=> 9,
1074
RuntimeInfoArchitecture.
X86
=> 4, // ESP
Dbi\DacDbiImpl.cs (1)
2191
if (arch is RuntimeInfoArchitecture.
X86
or RuntimeInfoArchitecture.X64)
SOSDacImpl.cs (1)
3934
RuntimeInfoArchitecture.
X86
=> s_x86Registers,