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