16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
180document => _projectSystemProject.AddSourceFile(document.FilePath, folders: document.Folders), 181document => _projectSystemProject.RemoveSourceFile(document.FilePath), 229document => _projectSystemProject.AddAdditionalFile(document.FilePath, folders: document.Folders), 230document => _projectSystemProject.RemoveAdditionalFile(document.FilePath), 237document => _projectSystemProject.AddAnalyzerConfigFile(document.FilePath), 238document => _projectSystemProject.RemoveAnalyzerConfigFile(document.FilePath), 245document => _projectSystemProject.AddDynamicSourceFile(document.FilePath, folders: []), 246document => _projectSystemProject.RemoveDynamicSourceFile(document.FilePath), 316var extension = Path.GetExtension(info.FilePath); 330return StringComparer.Ordinal.Equals(x?.FilePath, y?.FilePath); 335return 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,