1 write to CompilationOutputAssemblyFilePath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerProjectLoader.cs (1)
328
CompilationOutputAssemblyFilePath
= loadedProjectInfo.IntermediateOutputFilePath,
3 references to CompilationOutputAssemblyFilePath
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (3)
129
compilationOutputInfo: new(creationInfo.
CompilationOutputAssemblyFilePath
, generatedFilesOutputDirectory: null),
131
outputFilePath: creationInfo.
CompilationOutputAssemblyFilePath
,
186
project.CompilationOutputAssemblyFilePath = creationInfo.
CompilationOutputAssemblyFilePath
;