5 writes to CompilationOutputAssemblyFilePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (1)
139_projectSystemProject.CompilationOutputAssemblyFilePath = newProjectInfo.IntermediateOutputFilePath;
HostWorkspace\WorkspaceProject.cs (1)
164case "IntermediateAssembly": _project.CompilationOutputAssemblyFilePath = GetFullyQualifiedPath(valueOrNull); break;
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
186project.CompilationOutputAssemblyFilePath = creationInfo.CompilationOutputAssemblyFilePath;
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
195_project.CompilationOutputAssemblyFilePath = fullOutputFilePath ?? _project.CompilationOutputAssemblyFilePath;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSInputSet.cs (1)
48ProjectSystemProject.CompilationOutputAssemblyFilePath = filename;
2 references to CompilationOutputAssemblyFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
195_project.CompilationOutputAssemblyFilePath = fullOutputFilePath ?? _project.CompilationOutputAssemblyFilePath;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
163=> ProjectSystemProject.CompilationOutputAssemblyFilePath;