5 references to FilePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionInfo.cs (4)
34
public string? FilePath => Attributes.
FilePath
;
148
var newFilePath = filePath.HasValue ? filePath.Value :
FilePath
;
152
newFilePath ==
FilePath
&&
169
writer.WriteString(
FilePath
);
Workspace\Solution\SolutionState.cs (1)
146
public string? FilePath => SolutionAttributes.
FilePath
;