9 references to FilePath
Microsoft.CodeAnalysis.Workspaces (9)
Serialization\SerializationExtensions.cs (4)
38return compilationOptions.WithXmlReferenceResolver(GetXmlResolver(info.FilePath)) 66if (info.FilePath == null && info.OutputFilePath == null) 74if (PathUtilities.IsAbsolute(info.FilePath)) 77builder.Add(PathUtilities.GetDirectoryName(info.FilePath)!);
Workspace\Solution\ProjectInfo.cs (4)
55public string? FilePath => Attributes.FilePath; 554var newFilePath = filePath.HasValue ? filePath.Value : FilePath; 570newFilePath == FilePath && 614writer.WriteString(FilePath);
Workspace\Solution\SolutionCompilationState.cs (1)
580.WithProjectFilePath(projectId, attributes.FilePath)