4 references to IntermediateOutputFilePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerProjectLoader.cs (1)
328
CompilationOutputAssemblyFilePath = loadedProjectInfo.
IntermediateOutputFilePath
,
HostWorkspace\LoadedProject.cs (1)
139
_projectSystemProject.CompilationOutputAssemblyFilePath = newProjectInfo.
IntermediateOutputFilePath
;
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildProjectLoader.Worker.cs (2)
298
compilationOutputInfo: new CompilationOutputInfo(projectFileInfo.
IntermediateOutputFilePath
, projectFileInfo.GeneratedFilesOutputDirectory),
368
compilationOutputInfo: new CompilationOutputInfo(projectFileInfo.
IntermediateOutputFilePath
, projectFileInfo.GeneratedFilesOutputDirectory),