24 references to X86
Microsoft.Diagnostics.DataContractReader.Contracts (20)
Contracts\CallingConvention\CallingConvention_1.cs (3)
284
uint cbStackPop = runtimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
385
RuntimeInfoArchitecture.
X86
=> Internal.TypeSystem.TargetArchitecture.X86,
599
bool isX86 = arch is RuntimeInfoArchitecture.
X86
;
Contracts\CallingConvention\CdacTypeHandle.cs (1)
178
if (Arch != RuntimeInfoArchitecture.
X86
|| _typeHandle is null || !Rts.IsValueType(_typeHandle))
Contracts\Debugger\Debugger_1.cs (1)
321
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 (2)
430
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is not RuntimeInfoArchitecture.
X86
)
503
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 (1)
561
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)
152
bool isX86 = _target.Contracts.RuntimeInfo.GetTargetArchitecture() == RuntimeInfoArchitecture.
X86
;
1036
RuntimeInfoArchitecture.
X86
=> (true, -4L),
1078
RuntimeInfoArchitecture.
X86
=> ComputeX86FramePointer(handle),
CoreCLRContracts.cs (1)
67
RuntimeInfoArchitecture.
X86
=> new GCInfoX86_1(t),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (2)
975
RuntimeInfoArchitecture.
X86
=> 9,
990
RuntimeInfoArchitecture.
X86
=> 4, // ESP
Dbi\DacDbiImpl.cs (1)
2107
if (arch is RuntimeInfoArchitecture.
X86
or RuntimeInfoArchitecture.X64)
SOSDacImpl.cs (1)
3836
RuntimeInfoArchitecture.
X86
=> s_x86Registers,