2 overrides of SingleLineCommentString
Microsoft.CodeAnalysis.CSharp.Features (1)
CommentSelection\CSharpCommentSelectionService.cs (1)
23public override string SingleLineCommentString => "//";
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
38public override string SingleLineCommentString => "//";
2 references to SingleLineCommentString
Microsoft.CodeAnalysis.Features (2)
CommentSelection\AbstractCommentSelectionService.cs (2)
16? new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, BlockCommentStartString, BlockCommentEndString) 17: new(supportsSingleLineComment: true, SupportsBlockComment, SingleLineCommentString, blockCommentStartString: "", blockCommentEndString: "");