1 write to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
98_editorAdaptersFactoryService = editorAdaptersFactoryService;
3 references to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
176var wpfTextView = _editorAdaptersFactoryService.GetWpfTextView(textView);
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (2)
93if (_editorAdaptersFactoryService.GetBufferAdapter(textBuffer) is IPersistFileFormat persistFileFormat && 211return _editorAdaptersFactoryService.GetWpfTextView(textView);