14 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
237
var filePath = _languageService.Workspace.
GetFilePath
(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1116
var filePath = this.
GetFilePath
(documentId);
1330
var filePath =
GetFilePath
(documentId);
1391
var fileNames = documents.Select(
GetFilePath
).ToArray();
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel_Events.cs (1)
64
if (!projectCodeModel.TryGetCachedFileCodeModel(this.Workspace.
GetFilePath
(GetDocumentId()), out _))
CodeModel\ProjectCodeModelFactory.cs (1)
137
var filename = _visualStudioWorkspace.
GetFilePath
(documentId);
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())