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