3 references to CommentStartChar
Microsoft.Build (3)
Construction\Solution\SolutionFile.cs (3)
1597if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar) 1644if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar) 1721if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar)