5 overrides of FilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestHostDocument.cs (1)
213internal override string? FilePath
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
45Friend Overrides ReadOnly Property FilePath As String
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspMiscellaneousFilesWorkspace.cs (1)
108internal override string? FilePath
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\FileTextLoader.cs (1)
63internal sealed override string FilePath => Path;
Workspace\Solution\TextLoader.cs (1)
231internal override string? FilePath
1 reference to FilePath
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextLoader.cs (1)
156var filePath = FilePath;