17 references to X64
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\CallingConvention\CallingConvention_1.cs (1)
322
RuntimeInfoArchitecture.
X64
=> Internal.TypeSystem.TargetArchitecture.X64,
Contracts\Debugger\Debugger_1.cs (2)
381
case RuntimeInfoArchitecture.
X64
when os == RuntimeInfoOperatingSystem.Windows:
386
case RuntimeInfoArchitecture.
X64
:
Contracts\Debugger\StackPusher.cs (1)
56
RuntimeInfoArchitecture.
X64
=> 16,
Contracts\Exception_1.cs (1)
93
bool compensateForOldEhIp = _target.Contracts.RuntimeInfo.GetTargetArchitecture() is RuntimeInfoArchitecture.
X64
;
Contracts\ExecutionManager\Helpers\UnwindDataSize.cs (1)
18
case RuntimeInfoArchitecture.
X64
:
Contracts\GCInfo\GCInfoDecoder.cs (1)
531
bool wantsReportOnlyLeaf = _arch == RuntimeInfoArchitecture.
X64
&& _gcVersion < 4 ? flag80Set : true;
Contracts\StackWalk\Context\IPlatformAgnosticContext.cs (1)
48
RuntimeInfoArchitecture.
X64
=> new ContextHolder<AMD64Context>(),
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
572
RuntimeInfoArchitecture.
X64
=>
Contracts\StackWalk\StackWalk_1.cs (2)
1041
RuntimeInfoArchitecture.
X64
=> (true, 0x20L),
1077
RuntimeInfoArchitecture.
X64
=> handle.Context.StackPointer,
CoreCLRContracts.cs (1)
64
RuntimeInfoArchitecture.
X64
=> new GCInfo_1<AMD64GCInfoTraits>(t),
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (2)
1058
RuntimeInfoArchitecture.
X64
=> 33,
1073
RuntimeInfoArchitecture.
X64
=> 4, // RSP
Dbi\DacDbiImpl.cs (1)
2191
if (arch is RuntimeInfoArchitecture.X86 or RuntimeInfoArchitecture.
X64
)
SOSDacImpl.cs (2)
2286
if (_target.Contracts.RuntimeInfo.GetTargetArchitecture() != RuntimeInfoArchitecture.
X64
)
3931
RuntimeInfoArchitecture.
X64
=> s_amd64Registers,