2 references to s_charsToEscape
System.Private.CoreLib (2)
System\Reflection\Runtime\General\Helpers.cs (2)
93
if (identifier != null && identifier.IndexOfAny(
s_charsToEscape
) != -1)
111
return Array.IndexOf(
s_charsToEscape
, c) >= 0;