3 overrides of BlockCommentEndString
Microsoft.CodeAnalysis.CSharp.Features (1)
CommentSelection\CSharpCommentSelectionService.cs (1)
26public override string BlockCommentEndString => "*/";
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
54public override string BlockCommentEndString
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CommentSelection\VisualBasicCommentSelectionService.vb (1)
23Public Overrides ReadOnly Property BlockCommentEndString As String
1 reference to BlockCommentEndString
Microsoft.CodeAnalysis.Features (1)
CommentSelection\AbstractCommentSelectionService.cs (1)
25? new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, BlockCommentStartString, BlockCommentEndString)