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