12 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
219var filePath = _languageService.Workspace.GetFilePath(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1174var filePath = this.GetFilePath(documentId); 1440var filePath = GetFilePath(documentId); 1501var fileNames = documents.Select(GetFilePath).ToArray();
Microsoft.VisualStudio.LanguageServices.UnitTests (8)
CodeModel\CSharp\RootCodeModelTests.vb (4)
179Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 216Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 261Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 306Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId())
CodeModel\VisualBasic\RootCodeModelTests.vb (4)
114Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 149Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 190Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId()) 231Dim filePath = underlyingFileCodeModel.Workspace.GetFilePath(underlyingFileCodeModel.GetDocumentId())