1 write to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectInfo.cs (1)
532
FilePath
= filePath;
11 references to FilePath
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Host\RemoteWorkspace.SolutionCreator.cs (3)
315
if (project.State.ProjectInfo.Attributes.
FilePath
!= newProjectAttributes.
FilePath
)
317
project = project.Solution.WithProjectFilePath(projectId, newProjectAttributes.
FilePath
).GetProject(projectId)!;
Microsoft.CodeAnalysis.Workspaces (8)
Serialization\SerializationExtensions.cs (4)
39
return compilationOptions.WithXmlReferenceResolver(GetXmlResolver(info.
FilePath
))
67
if (info.
FilePath
== null && info.OutputFilePath == null)
75
if (PathUtilities.IsAbsolute(info.
FilePath
))
78
builder.Add(PathUtilities.GetDirectoryName(info.
FilePath
)!);
Workspace\Solution\ProjectInfo.cs (4)
58
public string? FilePath => Attributes.
FilePath
;
564
var newFilePath = filePath.HasValue ? filePath.Value :
FilePath
;
579
newFilePath ==
FilePath
&&
623
writer.WriteString(
FilePath
);