6 references to EndCollectionByte
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\XmlJsonReader.cs (6)
444if (ch == JsonGlobals.EndCollectionByte && IsReadingCollection) 500else if (ch == JsonGlobals.EndCollectionByte) 609if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 630if (!IsWhitespace(ch) && ch != JsonGlobals.MemberSeparatorByte && ch != JsonGlobals.EndObjectChar && ch != JsonGlobals.EndCollectionByte) 656else if (ch != JsonGlobals.EndCollectionByte) 875if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.EndCollectionByte