8 references to X86
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\DebugInfo\DebugInfo_2.cs (1)
145
bool isX86 = _target.Contracts.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)
38
RuntimeInfoArchitecture.
X86
=> new ContextHolder<X86Context>(),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
562
RuntimeInfoArchitecture.
X86
=> "ecx",
Contracts\StackWalk\GC\GcScanner.cs (1)
182
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.
X86
)
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
971
RuntimeInfoArchitecture.
X86
=> 4, // ESP
SOSDacImpl.cs (1)
3836
RuntimeInfoArchitecture.
X86
=> s_x86Registers,