12 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
235var filePath = _languageService.Workspace.GetFilePath(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1171var filePath = this.GetFilePath(documentId); 1385var filePath = GetFilePath(documentId); 1446var fileNames = documents.Select(GetFilePath).ToArray();
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CodeModel\CSharp\RootCodeModelTests.vb (4)
178Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 215Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 260Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 305Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId())
CodeModel\VisualBasic\RootCodeModelTests.vb (4)
113Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 148Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 189Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 230Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId())