1 write to CompilationOutputAssemblyFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
142project.CompilationOutputAssemblyFilePath = objOutputPath;
7 references to CompilationOutputAssemblyFilePath
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (7)
ProjectSystemShim\CPS\CSharpCompilerOptionsTests.cs (7)
65Assert.Equal(initialObjPath, project.CompilationOutputAssemblyFilePath); 71Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 77Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 83Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 89Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 96Assert.Equal(newObjPath, project.CompilationOutputAssemblyFilePath); 103Assert.Equal(absoluteObjPath, project.CompilationOutputAssemblyFilePath);