3 writes to Platform
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
54 references to Platform
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.CSharp (7)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)
CommandLineTests.cs (10)
4527Assert.Equal(Platform.X64, parsedArgs.CompilationOptions.Platform);
4531Assert.Equal(Platform.X86, parsedArgs.CompilationOptions.Platform);
4536Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4540Assert.Equal(Platform.Itanium, parsedArgs.CompilationOptions.Platform);
4544Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4548Assert.Equal(Platform.AnyCpu32BitPreferred, parsedArgs.CompilationOptions.Platform);
4552Assert.Equal(Platform.Arm, parsedArgs.CompilationOptions.Platform);
4558Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
4564Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
12480VerifyQuotedValid("platform", tuple.Item1, tuple.Item2, x => x.CompilationOptions.Platform);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (9)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (10)
VisualStudioMSBuildWorkspaceTests.cs (10)
498Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
513Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
527Assert.Equal(Platform.AnyCpu32BitPreferred, compilation.Options.Platform);
542Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
557Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
622Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
637Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
651Assert.Equal(Platform.AnyCpu32BitPreferred, compilation.Options.Platform);
666Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
681Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
Microsoft.VisualStudio.LanguageServices (1)