4 references to crt
System.Xml (4)
System\Xml\XmlConvert.cs (4)
420if (token[0] == ' ' || token[token.Length - 1] == ' ' || token.IndexOfAny(crt) != -1 || token.IndexOf(" ", StringComparison.Ordinal) != -1) { 430if (token[0] == ' ' || token[token.Length - 1] == ' ' || token.IndexOfAny(crt) != -1 || token.IndexOf(" ", StringComparison.Ordinal) != -1) { 476if (str.IndexOfAny(crt) != -1) { 483if (str.IndexOfAny(crt) != -1) {