3 overrides of FilePath
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializableSourceText.cs (1)
225internal override string? FilePath { get; }
Workspace\Solution\FileTextLoader.cs (1)
61internal sealed override string FilePath => Path;
Workspace\Solution\TextLoader.cs (1)
238internal override string? FilePath
1 reference to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextLoader.cs (1)
163var filePath = FilePath;