6 references to AnyCpu32BitPreferred
Microsoft.CodeAnalysis (2)
Compilation\Compilation.cs (2)
2320case Platform.AnyCpu32BitPreferred: 2330corFlags: GetCorHeaderFlags(machine, HasStrongName, prefers32Bit: platform == Platform.AnyCpu32BitPreferred),
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (1)
1846return Platform.AnyCpu32BitPreferred;
CSharpCompilationOptions.cs (1)
745if (Platform == Platform.AnyCpu32BitPreferred && OutputKind.IsValid() && !(OutputKind == OutputKind.ConsoleApplication || OutputKind == OutputKind.WindowsApplication || OutputKind == OutputKind.WindowsRuntimeApplication))
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineParser.vb (1)
2177Return Platform.AnyCpu32BitPreferred
VisualBasicCompilationOptions.vb (1)
1066If Platform = Platform.AnyCpu32BitPreferred AndAlso OutputKind.IsValid() AndAlso