1 instantiation of EditorTextUpdater
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
54
_textUpdater = new
EditorTextUpdater
(editorAdaptersFactoryService, textLines);
1 reference to EditorTextUpdater
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
29
private readonly
EditorTextUpdater
_textUpdater;