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