1 write to _textBuffer
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorPane.cs (1)
62
_textBuffer
= textBuffer;
3 references to _textBuffer
Microsoft.VisualStudio.LanguageServices (3)
EditorConfigSettings\SettingsEditorPane.cs (3)
111
_textBuffer
);
284
? textManager.RegisterIndependentView(this,
_textBuffer
)
285
: textManager.UnregisterIndependentView(this,
_textBuffer
);