7 references to Arm64
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (1)
2299
case Platform.
Arm64
:
Compilation\Platform.cs (2)
49
return value >= Platform.AnyCpu && value <= Platform.
Arm64
;
54
return value == Platform.X64 || value == Platform.Itanium || value == Platform.
Arm64
;
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1850
return Platform.
Arm64
;
Symbols\Source\SourceModuleSymbol.cs (1)
96
case Platform.
Arm64
:
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineParser.vb (1)
2181
Return Platform.
Arm64
Symbols\Source\SourceModuleSymbol.vb (1)
107
Case Platform.
Arm64