2 references to IndexOfAnyEscapeChar
Microsoft.Build.Framework (2)
EscapingUtilities.cs (2)
197int firstSpecialCharIndex = IndexOfAnyEscapeChar(value); 214specialCharIndex = IndexOfAnyEscapeChar(value, specialCharIndex + 1);