1 write to OutputFilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
533
OutputFilePath
= outputFilePath;
10 references to OutputFilePath
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
320
if (project.State.ProjectInfo.Attributes.
OutputFilePath
!= newProjectAttributes.
OutputFilePath
)
322
project = project.Solution.WithProjectOutputFilePath(projectId, newProjectAttributes.
OutputFilePath
).GetProject(projectId)!;
Microsoft.CodeAnalysis.Workspaces (7)
Serialization\SerializationExtensions.cs (3)
67
if (info.FilePath == null && info.
OutputFilePath
== null)
81
if (PathUtilities.IsAbsolute(info.
OutputFilePath
))
84
builder.Add(PathUtilities.GetDirectoryName(info.
OutputFilePath
)!);
Workspace\Solution\ProjectInfo.cs (4)
63
public string? OutputFilePath => Attributes.
OutputFilePath
;
565
var newOutputPath = outputPath.HasValue ? outputPath.Value :
OutputFilePath
;
580
newOutputPath ==
OutputFilePath
&&
624
writer.WriteString(
OutputFilePath
);