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