1 write to CompilationOutputAssemblyFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
195project.CompilationOutputAssemblyFilePath = objOutputPath;
6 references to CompilationOutputAssemblyFilePath
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (6)
ProjectSystemShim\CPS\CSharpCompilerOptionsTests.cs (6)
66Assert.Equal(initialObjPath, project.CompilationOutputAssemblyFilePath); 72Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 78Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 84Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 90Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 97Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath);