6 references to EndCollectionByte
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
444
if (ch == JsonGlobals.
EndCollectionByte
&& IsReadingCollection)
500
else if (ch == JsonGlobals.
EndCollectionByte
)
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
)
656
else if (ch != JsonGlobals.
EndCollectionByte
)
875
if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.
EndCollectionByte