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)
354if (!_runningDocumentTable.TryGetBufferFromMoniker(_editorAdaptersFactoryService, mappedSpanResult.FilePath, out var textBuffer)) 432var vsTextBuffer = _editorAdaptersFactoryService.GetBufferAdapter(textBuffer);