3 writes to Platform
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.VisualBasic (1)
49 references to Platform
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.CSharp (7)
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)
CommandLineTests.cs (10)
4524Assert.Equal(Platform.X64, parsedArgs.CompilationOptions.Platform);
4528Assert.Equal(Platform.X86, parsedArgs.CompilationOptions.Platform);
4533Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4537Assert.Equal(Platform.Itanium, parsedArgs.CompilationOptions.Platform);
4541Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform);
4545Assert.Equal(Platform.AnyCpu32BitPreferred, parsedArgs.CompilationOptions.Platform);
4549Assert.Equal(Platform.Arm, parsedArgs.CompilationOptions.Platform);
4555Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
4561Assert.Equal(Platform.AnyCpu, parsedArgs.CompilationOptions.Platform); //anycpu is default
12478VerifyQuotedValid("platform", tuple.Item1, tuple.Item2, x => x.CompilationOptions.Platform);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.VisualBasic (8)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (10)
VisualStudioMSBuildWorkspaceTests.cs (10)
500Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
515Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
529Assert.Equal(Platform.AnyCpu32BitPreferred, compilation.Options.Platform);
544Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
559Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
624Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
639Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
653Assert.Equal(Platform.AnyCpu32BitPreferred, compilation.Options.Platform);
668Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
683Assert.Equal(Platform.AnyCpu, compilation.Options.Platform);
Microsoft.VisualStudio.LanguageServices (1)