2 references to s_charsToEscape
MSBuildTaskHost (2)
Utilities\EscapingUtilities.cs (2)
217
=> unescapedString.IndexOfAny(
s_charsToEscape
) >= 0;
250
int nextIdx = unescapedString.IndexOfAny(
s_charsToEscape
, idx);