3 references to CompleteComment
Microsoft.CodeAnalysis.EditorFeatures (3)
DocumentationComments\AbstractDocumentationCommentCommandHandler.cs (3)
133
CompleteComment
(args.SubjectBuffer, args.TextView, InsertOnCharacterTyped, CancellationToken.None);
184
CompleteComment
(args.SubjectBuffer, args.TextView, InsertOnEnterTyped, CancellationToken.None);
226
return
CompleteComment
(args.SubjectBuffer, args.TextView, InsertOnCommandInvoke, context.OperationContext.UserCancellationToken);