8 references to EndObjectByte
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\XmlJsonReader.cs (8)
515if (ch == JsonGlobals.EndObjectByte) 538else if (ch == JsonGlobals.EndObjectByte) 546(ch == JsonGlobals.EndObjectByte)) 668charactersToSkipOnNextRead[1] = JsonGlobals.EndObjectByte; 947if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.EndCollectionByte 1234case JsonGlobals.EndObjectByte: 1489if (ch != JsonGlobals.QuoteByte && ch != JsonGlobals.EndObjectByte) 1555if (BufferReader.GetByte() == JsonGlobals.EndObjectByte)