1 reference to _invalidChars
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CryptoHelpers.cs (1)
68
if (name == null || name.IndexOfAny(
_invalidChars
) >= 0)