1 write to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentNavigationService.cs (1)
56
_editorAdaptersFactoryService
= editorAdaptersFactoryService;
2 references to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioDocumentNavigationService.cs (2)
354
if (!_runningDocumentTable.TryGetBufferFromMoniker(
_editorAdaptersFactoryService
, mappedSpanResult.FilePath, out var textBuffer))
432
var vsTextBuffer =
_editorAdaptersFactoryService
.GetBufferAdapter(textBuffer);