1 override of SupportsBlockComment
Microsoft.CodeAnalysis.CSharp.Features (1)
CommentSelection\CSharpCommentSelectionService.cs (1)
24
public override bool
SupportsBlockComment
=> true;
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: "");