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