1 write to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
534
OutputRefFilePath
= outputRefFilePath;
7 references to OutputRefFilePath
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
325
if (project.State.ProjectInfo.Attributes.
OutputRefFilePath
!= newProjectAttributes.
OutputRefFilePath
)
327
project = project.Solution.WithProjectOutputRefFilePath(projectId, newProjectAttributes.
OutputRefFilePath
).GetProject(projectId)!;
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectInfo.cs (4)
68
public string? OutputRefFilePath => Attributes.
OutputRefFilePath
;
566
var newOutputRefPath = outputRefPath.HasValue ? outputRefPath.Value :
OutputRefFilePath
;
581
newOutputRefPath ==
OutputRefFilePath
&&
625
writer.WriteString(
OutputRefFilePath
);