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