6 references to EndCollectionByte
System.Runtime.Serialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
448if (ch == JsonGlobals.EndCollectionByte && IsReadingCollection) 504else if (ch == JsonGlobals.EndCollectionByte) 613if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 634if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 660else if (ch != JsonGlobals.EndCollectionByte) 947if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.EndCollectionByte