2 references to IsCaretInsideBlockCommentSyntax
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
118
if (!
IsCaretInsideBlockCommentSyntax
(caretPosition, buffer, editorOptionsService, out var blockComment, out var newLine, cancellationToken))
BlockCommentEditing\CloseBlockCommentCommandHandler.cs (1)
49
BlockCommentEditingCommandHandler.
IsCaretInsideBlockCommentSyntax
(caret.Value, args.SubjectBuffer, _editorOptionsService, out _, out _, executionContext.OperationContext.UserCancellationToken))