6 references to OutputFilePath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
136
_projectSystemProject.OutputFilePath = newProjectInfo.
OutputFilePath
;
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.Worker.cs (2)
300
outputFilePath: projectFileInfo.
OutputFilePath
,
371
outputFilePath: projectFileInfo.
OutputFilePath
,
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
357
var outputFilePath = projectFileInfo.
OutputFilePath
;
MSBuild\ProjectMap.cs (1)
145
var outputFilePath = projectFileInfo.
OutputFilePath
;
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
NetCoreTests.cs (1)
116
Assert.Equal(Path.Combine(projectDir, "bin", "Debug", "netcoreapp3.1", "Project.dll"), projectFileInfo.
OutputFilePath
);