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