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)
43
this.TextView.TextBuffer.PostChanged -=
OnTextViewBufferPostChanged
;
50
this.TextView.TextBuffer.PostChanged +=
OnTextViewBufferPostChanged
;