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