2 overrides of BlockCommentStartString
Microsoft.CodeAnalysis.CSharp.Features (1)
CommentSelection\CSharpCommentSelectionService.cs (1)
25
public override string
BlockCommentStartString
=> "/*";
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
41
public override string
BlockCommentStartString
1 reference to BlockCommentStartString
Microsoft.CodeAnalysis.Features (1)
CommentSelection\AbstractCommentSelectionService.cs (1)
16
? new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString,
BlockCommentStartString
, BlockCommentEndString)