16 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (13)
HostWorkspace\LoadedProject.cs (12)
155document => _projectSystemProject.AddSourceFile(document.FilePath, folders: document.Folders), 156document => _projectSystemProject.RemoveSourceFile(document.FilePath), 204document => _projectSystemProject.AddAdditionalFile(document.FilePath, folders: document.Folders), 205document => _projectSystemProject.RemoveAdditionalFile(document.FilePath), 212document => _projectSystemProject.AddAnalyzerConfigFile(document.FilePath), 213document => _projectSystemProject.RemoveAnalyzerConfigFile(document.FilePath), 220document => _projectSystemProject.AddDynamicSourceFile(document.FilePath, folders: []), 221document => _projectSystemProject.RemoveDynamicSourceFile(document.FilePath), 293var extension = Path.GetExtension(info.FilePath); 307return StringComparer.Ordinal.Equals(x?.FilePath, y?.FilePath); 312return StringComparer.Ordinal.GetHashCode(obj.FilePath);
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (1)
107.SelectAsArray(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,