8 references to OutputFilePath
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializationExtensions.cs (3)
66if (info.FilePath == null && info.OutputFilePath == null) 80if (PathUtilities.IsAbsolute(info.OutputFilePath)) 83builder.Add(PathUtilities.GetDirectoryName(info.OutputFilePath)!);
Workspace\Solution\ProjectInfo.cs (4)
60public string? OutputFilePath => Attributes.OutputFilePath; 555var newOutputPath = outputPath.HasValue ? outputPath.Value : OutputFilePath; 571newOutputPath == OutputFilePath && 615writer.WriteString(OutputFilePath);
Workspace\Solution\SolutionCompilationState.cs (1)
581.WithProjectOutputFilePath(projectId, attributes.OutputFilePath)