2 references to IsValid
System.Private.Xml (2)
System\Xml\Serialization\CodeIdentifier.cs (2)
84
if (
IsValid
(c))
111
if (!
IsValid
(c)) throw new ArgumentException(SR.Format(SR.XmlInternalErrorDetails, "Invalid identifier character " + ((short)c).ToString(CultureInfo.InvariantCulture)), nameof(c));