1 write to OutputFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
MSBuild\ProjectFile\ProjectInstanceReader.cs (1)
119OutputFilePath = outputFilePath,
4 references to OutputFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
289outputFilePath: projectFileInfo.OutputFilePath,
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
353var outputFilePath = projectFileInfo.OutputFilePath;
MSBuild\ProjectMap.cs (1)
145var outputFilePath = projectFileInfo.OutputFilePath;
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
NetCoreTests.cs (1)
141Assert.Equal(Path.Combine(projectDir, "bin", "Debug", "netcoreapp3.1", "Project.dll"), projectFileInfo.OutputFilePath);