2 references to MapSourceGeneratedDocumentToOpenableFilePath
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (1)
88
return _provider._sourceGeneratedFileManager.
MapSourceGeneratedDocumentToOpenableFilePath
(sourceGeneratedDocument);
Workspace\SourceGeneratedFileManager.cs (1)
154
var temporaryFilePath =
MapSourceGeneratedDocumentToOpenableFilePath
(document);