1 reference to IsCaretInsideBlockCommentSyntax
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
118
if (!
IsCaretInsideBlockCommentSyntax
(caretPosition, buffer, editorOptionsService, out var blockComment, out var newLine, cancellationToken))