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