4 references to IsWhitespace
System.Runtime.Serialization (4)
System\Runtime\Serialization\Json\XmlJsonReader.cs (4)
613
if (!
IsWhitespace
(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte)
634
if (!
IsWhitespace
(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte)
948
||
IsWhitespace
(ch))
1610
while (TryGetByte(out ch) &&
IsWhitespace
(ch))