24 references to FilePath
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Microsoft.CodeAnalysis.Workspaces (10)
Microsoft.CodeAnalysis.Workspaces.MSBuild (4)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
791AddDocumentToFolder(project, info.Id, SpecializedCollections.SingletonEnumerable(AppCodeFolderName), info.Name, documentKind, initialText, info.FilePath);
795AddDocumentToFolder(project, info.Id, folders, info.Name, documentKind, initialText, info.FilePath);
799AddDocumentToProject(project, info.Id, info.Name, documentKind, initialText, info.FilePath);
1233if (document.FilePath != updatedInfo.FilePath)