Base:
method
TryInvokeInsertionUI
Microsoft.VisualStudio.LanguageServices.Implementation.Snippets.AbstractSnippetCommandHandler.TryInvokeInsertionUI(Microsoft.VisualStudio.Text.Editor.ITextView, Microsoft.VisualStudio.Text.ITextBuffer, System.Boolean)
1 reference to TryInvokeInsertionUI
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\CSharpSnippets\SnippetCommandHandler.cs (1)
58
return
TryInvokeInsertionUI
(args.TextView, args.SubjectBuffer, surroundWith: true);