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