Base:
method
OnTextViewBufferPostChanged
Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.AbstractController<TSession, TModel, TPresenterSession, TEditorSession>.OnTextViewBufferPostChanged(System.Object, System.EventArgs)
2 references to OnTextViewBufferPostChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
SignatureHelp\Controller_TypeChar.cs (2)
43this.TextView.TextBuffer.PostChanged -= OnTextViewBufferPostChanged; 50this.TextView.TextBuffer.PostChanged += OnTextViewBufferPostChanged;