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