14 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
237var filePath = _languageService.Workspace.GetFilePath(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1116var filePath = this.GetFilePath(documentId); 1330var filePath = GetFilePath(documentId); 1391var 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)
137var filename = _visualStudioWorkspace.GetFilePath(documentId);
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())