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)
4513Assert.Equal(Platform.X64, parsedArgs.CompilationOptions.Platform);
4517Assert.Equal(Platform.X86, parsedArgs.CompilationOptions.Platform);
4522Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4526Assert.Equal(Platform.Itanium, parsedArgs.CompilationOptions.Platform);
4530Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4534Assert.Equal(Platform.AnyCpu32BitPreferred, parsedArgs.CompilationOptions.Platform);
4538Assert.Equal(Platform.Arm, parsedArgs.CompilationOptions.Platform);
4544Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
4550Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
12467VerifyQuotedValid("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)