5 references to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectInfo.cs (4)
65
public string? OutputRefFilePath => Attributes.
OutputRefFilePath
;
556
var newOutputRefPath = outputRefPath.HasValue ? outputRefPath.Value :
OutputRefFilePath
;
572
newOutputRefPath ==
OutputRefFilePath
&&
616
writer.WriteString(
OutputRefFilePath
);
Workspace\Solution\SolutionCompilationState.cs (1)
582
.WithProjectOutputRefFilePath(projectId, attributes.
OutputRefFilePath
)