14 references to X64
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CallingConvention\CallingConvention_1.cs (1)
389
RuntimeInfoArchitecture.
X64
=> Internal.TypeSystem.TargetArchitecture.X64,
Contracts\Debugger\Debugger_1.cs (2)
326
case RuntimeInfoArchitecture.
X64
when os == RuntimeInfoOperatingSystem.Windows:
331
case RuntimeInfoArchitecture.
X64
:
Contracts\Debugger\StackPusher.cs (1)
56
RuntimeInfoArchitecture.
X64
=> 16,
Contracts\ExecutionManager\Helpers\UnwindDataSize.cs (1)
18
case RuntimeInfoArchitecture.
X64
:
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
48
RuntimeInfoArchitecture.
X64
=> new ContextHolder<AMD64Context>(),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
556
RuntimeInfoArchitecture.
X64
=>
Contracts\StackWalk\GC\GcScanner.cs (1)
351
&& arch is RuntimeInfoArchitecture.X86 or RuntimeInfoArchitecture.
X64
or RuntimeInfoArchitecture.Arm64)
Contracts\StackWalk\StackWalk_1.cs (1)
1040
RuntimeInfoArchitecture.
X64
=> (true, 0x20L),
CoreCLRContracts.cs (1)
65
RuntimeInfoArchitecture.
X64
=> new GCInfo_1<AMD64GCInfoTraits>(t),
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataFrame.cs (1)
967
RuntimeInfoArchitecture.
X64
=> 4, // RSP
Dbi\DacDbiImpl.cs (1)
1505
if (arch is RuntimeInfoArchitecture.X86 or RuntimeInfoArchitecture.
X64
)
SOSDacImpl.cs (2)
2208
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() != RuntimeInfoArchitecture.
X64
)
3827
RuntimeInfoArchitecture.
X64
=> s_amd64Registers,