23 references to X86
Microsoft.Diagnostics.DataContractReader.Contracts (20)
Contracts\CallingConvention\CallingConvention_1.cs (3)
265
uint cbStackPop = runtimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
388
RuntimeInfoArchitecture.
X86
=> Internal.TypeSystem.TargetArchitecture.X86,
602
bool isX86 = arch is RuntimeInfoArchitecture.
X86
;
Contracts\CallingConvention\CdacTypeHandle.cs (1)
139
if (Arch != RuntimeInfoArchitecture.
X86
|| _typeHandle.IsNull || !Rts.IsValueType(_typeHandle))
Contracts\Debugger\Debugger_1.cs (1)
322
case RuntimeInfoArchitecture.
X86
:
Contracts\Debugger\StackPusher.cs (1)
55
RuntimeInfoArchitecture.
X86
=> os == RuntimeInfoOperatingSystem.Windows ? 4u : 16u,
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\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 (1)
560
RuntimeInfoArchitecture.
X86
=> "ecx",
Contracts\StackWalk\GC\GcScanner.cs (4)
203
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.
X86
)
351
&& arch is RuntimeInfoArchitecture.
X86
or RuntimeInfoArchitecture.X64 or RuntimeInfoArchitecture.Arm64)
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
1039
RuntimeInfoArchitecture.
X86
=> (true, -4L),
CoreCLRContracts.cs (1)
66
RuntimeInfoArchitecture.
X86
=> new GCInfoX86_1(t),
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
968
RuntimeInfoArchitecture.
X86
=> 4, // ESP
Dbi\DacDbiImpl.cs (1)
1505
if (arch is RuntimeInfoArchitecture.
X86
or RuntimeInfoArchitecture.X64)
SOSDacImpl.cs (1)
3830
RuntimeInfoArchitecture.
X86
=> s_x86Registers,