3 references to CommentStartChar
Microsoft.Build (3)
Construction\Solution\SolutionFile.cs (3)
1598if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar) 1645if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar) 1722if (String.IsNullOrWhiteSpace(str) || str[0] == CommentStartChar)