2 overrides of TryCompleteTag
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DocumentationComments\XmlTagCompletionCommandHandler.cs (1)
36
protected override void
TryCompleteTag
(ITextView textView, ITextBuffer subjectBuffer, Document document, SnapshotPoint position, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
DocumentationComments\XmlTagCompletionCommandHandler.vb (1)
31
Protected Overrides Sub
TryCompleteTag
(textView As ITextView, subjectBuffer As ITextBuffer, document As Document, position As SnapshotPoint, cancellationToken As CancellationToken)
1 reference to TryCompleteTag
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
83
TryCompleteTag
(args.TextView, args.SubjectBuffer, document, position.Value, context.OperationContext.UserCancellationToken);