3 references to CompareIgnoreCase
Microsoft.Build.Framework (3)
Utilities\FileMatcher.cs (3)
1777
if (!
CompareIgnoreCase
(ref input, inputTailIndex, patternTailIndex) &&
1797
while (!
CompareIgnoreCase
(ref input, inputIndex, patternIndex))
1812
if (
CompareIgnoreCase
(ref input, inputIndex, patternIndex) ||