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