2 references to MatchesCommentStart
Microsoft.CodeAnalysis.EditorFeatures (2)
SplitComment\SplitCommentCommandHandler.cs (2)
123
if (
MatchesCommentStart
(commentStart, line, p))
131
=>
MatchesCommentStart
(commentStart, point.GetContainingLine(), point.Position);