6 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
228var filePath = _languageService.Workspace.Value.GetFilePath(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1135var filePath = this.GetFilePath(documentId); 1401var filePath = GetFilePath(documentId); 1462var fileNames = documents.Select(GetFilePath).ToArray();
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel_Events.cs (1)
64if (!projectCodeModel.TryGetCachedFileCodeModel(this.Workspace.GetFilePath(GetDocumentId()), out _))
CodeModel\ProjectCodeModelFactory.cs (1)
131var filename = _visualStudioWorkspace.GetFilePath(documentId);