3 references to SupportsBlockComment
Microsoft.CodeAnalysis.Features (3)
CommentSelection\AbstractCommentSelectionService.cs (3)
15=> SupportsBlockComment 16? new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, BlockCommentStartString, BlockCommentEndString) 17: new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, blockCommentStartString: "", blockCommentEndString: "");