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