1 override of TryInvokeInsertionUI
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\CSharpSnippets\SnippetCommandHandler.cs (1)
94
protected override bool
TryInvokeInsertionUI
(ITextView textView, ITextBuffer subjectBuffer, bool surroundWith = false)
1 reference to TryInvokeInsertionUI
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
Snippets\AbstractSnippetCommandHandler.cs (1)
220
return
TryInvokeInsertionUI
(args.TextView, args.SubjectBuffer);