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