16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
178document => _projectSystemProject.AddSourceFile(document.FilePath, folders: document.Folders), 179document => _projectSystemProject.RemoveSourceFile(document.FilePath), 227document => _projectSystemProject.AddAdditionalFile(document.FilePath, folders: document.Folders), 228document => _projectSystemProject.RemoveAdditionalFile(document.FilePath), 235document => _projectSystemProject.AddAnalyzerConfigFile(document.FilePath), 236document => _projectSystemProject.RemoveAnalyzerConfigFile(document.FilePath), 243document => _projectSystemProject.AddDynamicSourceFile(document.FilePath, folders: []), 244document => _projectSystemProject.RemoveDynamicSourceFile(document.FilePath), 314var extension = Path.GetExtension(info.FilePath); 328return StringComparer.Ordinal.Equals(x?.FilePath, y?.FilePath); 333return StringComparer.Ordinal.GetHashCode(obj.FilePath);
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
112.SelectAsArray(d => !d.IsGenerated, d => d.FilePath);
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker.cs (3)
438DocumentId.CreateNewId(projectId, debugName: info.FilePath), 442new WorkspaceFileTextLoader(_solutionServices, info.FilePath, encoding), 443info.FilePath,