1 override of OnTextViewBufferPostChanged
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Controller_OnTextViewBufferPostChanged.cs (1)
13
internal override void
OnTextViewBufferPostChanged
(object sender, EventArgs args)
2 references to OnTextViewBufferPostChanged
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AbstractController.cs (2)
63
this.TextView.TextBuffer.PostChanged += this.
OnTextViewBufferPostChanged
;
77
this.TextView.TextBuffer.PostChanged -= this.
OnTextViewBufferPostChanged
;