1 implementation of CommentStart
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
SplitComment\CSharpSplitCommentService.cs (1)
21public string CommentStart => "//";
3 references to CommentStart
Microsoft.CodeAnalysis.EditorFeatures (3)
SplitComment\SplitCommentCommandHandler.cs (3)
104var commentStart = service.CommentStart; 148if (selectionSpan.Start < (trivia.SpanStart + splitCommentService.CommentStart.Length)) 178return MatchesCommentStart(splitCommentService.CommentStart, point);