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