3 references to s_whitespaceChars
System.Private.DataContractSerialization (3)
System\Xml\XmlConverter.cs (3)
1086!chars.ContainsAnyExcept(s_whitespaceChars); 1096int count = chars.IndexOfAny(s_whitespaceChars); 1115int indexOfWhitespace = s.AsSpan().IndexOfAny(s_whitespaceChars);