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)
300outputFilePath: projectFileInfo.OutputFilePath, 371outputFilePath: projectFileInfo.OutputFilePath,
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
357var outputFilePath = projectFileInfo.OutputFilePath;
MSBuild\ProjectMap.cs (1)
145var outputFilePath = projectFileInfo.OutputFilePath;
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
NetCoreTests.cs (1)
116Assert.Equal(Path.Combine(projectDir, "bin", "Debug", "netcoreapp3.1", "Project.dll"), projectFileInfo.OutputFilePath);