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