40 references to FilePath
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.Workspaces (12)
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.CodeAnalysis.Workspaces.UnitTests (8)
Microsoft.VisualStudio.LanguageServices (13)
ProjectSystem\VisualStudioWorkspaceImpl.cs (10)
755AddDocumentToFolder(project, info.Id, [AppCodeFolderName], info.Name, documentKind, initialText, info.FilePath);
759AddDocumentToFolder(project, info.Id, folders, info.Name, documentKind, initialText, info.FilePath);
763AddDocumentToProject(project, info.Id, info.Name, documentKind, initialText, info.FilePath);
884if (CurrentSolution.FilePath is null || documentInfo.FilePath is null)
887if (PathUtilities.GetFileName(documentInfo.FilePath) != ".editorconfig")
890if (IOUtilities.PerformIO(() => File.Exists(documentInfo.FilePath)))
894if (solutionDirectory != PathUtilities.GetDirectoryName(documentInfo.FilePath))
917using var writer = new StreamWriter(documentInfo.FilePath, append: false, encoding: text.Encoding ?? Encoding.UTF8);
934documentInfo.FilePath,
1304if (document.FilePath != updatedInfo.FilePath)