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