3 references to IsCommentStart
Microsoft.Build.Tasks.Git (3)
GitDataReader\GitConfig.Reader.cs (3)
238if (IsCommentStart(c)) 474if (c == -1 || IsCommentStart(c) || IsEndOfLine(c)) 606if (IsCommentStart(c) && !inQuotes)