1 override of TryInvokeInsertionUI
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\SnippetCommandHandler.cs (1)
102
protected override bool
TryInvokeInsertionUI
(ITextView textView, ITextBuffer subjectBuffer, bool surroundWith = false)
1 reference to TryInvokeInsertionUI
Microsoft.VisualStudio.LanguageServices (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
231
return
TryInvokeInsertionUI
(args.TextView, args.SubjectBuffer);