4 references to IsWhitespace
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\Json\XmlJsonReader.cs (4)
609if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 630if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 876|| IsWhitespace(ch)) 1530while (TryGetByte(out ch) && IsWhitespace(ch))