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