6 references to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
541public string? OutputRefFilePath => this.ProjectInfo.OutputRefFilePath;
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (4)
133var outputRefFilePath = projectInfo.OutputRefFilePath; 272var outputRefFilePath = info.OutputRefFilePath; 300builder.SwapMetadataReferenceForProjectReference(newProjectReference, projectReferenceInfo.OutputRefFilePath, projectReferenceInfo.OutputFilePath); 310var outputRefFilePath = projectReferenceInfo.OutputRefFilePath;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
190SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithOutputRefFilePath(value), opt => opt.OutputRefFilePath, "New");