9 references to AnyCpu
Microsoft.CodeAnalysis (3)
Compilation\Compilation.cs (2)
2230
platform = Platform.
AnyCpu
;
2319
case Platform.
AnyCpu
:
Compilation\Platform.cs (1)
49
return value >= Platform.
AnyCpu
&& value <= Platform.Arm64;
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCommandLineParser.cs (3)
97
Platform platform = Platform.
AnyCpu
;
1844
return Platform.
AnyCpu
;
1855
return Platform.
AnyCpu
;
CSharpCompilationOptions.cs (1)
130
Platform platform = Platform.
AnyCpu
,
Microsoft.CodeAnalysis.CSharp.Scripting (1)
CSharpScriptCompiler.cs (1)
64
platform: Platform.
AnyCpu
,
Microsoft.CodeAnalysis.Rebuild (1)
CompilationFactory.cs (1)
210
? Platform.
AnyCpu