6 references to EndCollectionByte
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
448
if (ch == JsonGlobals.
EndCollectionByte
&& IsReadingCollection)
504
else if (ch == JsonGlobals.
EndCollectionByte
)
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
)
660
else if (ch != JsonGlobals.
EndCollectionByte
)
947
if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.
EndCollectionByte