6 references to OutputFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
538
public string? OutputFilePath => this.ProjectInfo.
OutputFilePath
;
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (4)
132
var outputFilePath = projectInfo.
OutputFilePath
;
271
var outputFilePath = info.
OutputFilePath
;
300
builder.SwapMetadataReferenceForProjectReference(newProjectReference, projectReferenceInfo.OutputRefFilePath, projectReferenceInfo.
OutputFilePath
);
316
var outputFilePath = projectReferenceInfo.
OutputFilePath
;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
189
SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithOutputFilePath(value), opt => opt.
OutputFilePath
, "New");