12 references to IA64
Microsoft.Build.Tasks.Core (1)
ManifestUtil\MetadataReader.cs (1)
227case Machine.IA64:
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
2312machine = Machine.IA64;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceModuleSymbol.cs (1)
99return Machine.IA64;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceModuleSymbol.vb (1)
114Return System.Reflection.PortableExecutable.Machine.IA64
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
390case Machine.IA64:
System.Reflection.Metadata (5)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (3)
210builder.WriteUInt32((machine == Machine.IA64) ? 14u : 12u); 212uint relocType = (machine == Machine.Amd64 || machine == Machine.IA64 || machine == Machine.Arm64) ? 10u : 3u; 215if (machine == Machine.IA64)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
92internal bool Requires64bits => Machine == Machine.Amd64 || Machine == Machine.IA64 || Machine == Machine.Arm64;
System\Reflection\PortableExecutable\PEHeaderBuilder.cs (1)
108internal bool Is32Bit => Machine != Machine.Amd64 && Machine != Machine.IA64 && Machine != Machine.Arm64 && Machine != Machine.LoongArch64 && Machine != Machine.RiscV64;
vstest.console (1)
CommandLine\AssemblyMetadataProvider.cs (1)
104case Machine.IA64:
vstest.console.arm64 (1)
src\vstest\src\vstest.console\CommandLine\AssemblyMetadataProvider.cs (1)
104case Machine.IA64: