2 overrides of TryInvokeInsertionUI
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\SnippetCommandHandler.cs (1)
139
protected override bool
TryInvokeInsertionUI
(ITextView textView, ITextBuffer subjectBuffer, bool surroundWith = false)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Snippets\SnippetCommandHandler.vb (1)
76
Protected Overrides Function
TryInvokeInsertionUI
(textView As ITextView, subjectBuffer As ITextBuffer, Optional surroundWith As Boolean = False) As Boolean
1 reference to TryInvokeInsertionUI
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
252
return
TryInvokeInsertionUI
(args.TextView, args.SubjectBuffer);