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