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