6 references to GetFilePath
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractLanguageService`2.VsLanguageDebugInfo.cs (1)
228
var filePath = _languageService.Workspace.Value.
GetFilePath
(document.Id);
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
1135
var filePath = this.
GetFilePath
(documentId);
1401
var filePath =
GetFilePath
(documentId);
1462
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)
131
var filename = _visualStudioWorkspace.
GetFilePath
(documentId);