8 references to EndObjectByte
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\Json\XmlJsonReader.cs (8)
511if (ch == JsonGlobals.EndObjectByte) 534else if (ch == JsonGlobals.EndObjectByte) 542(ch == JsonGlobals.EndObjectByte)) 664_charactersToSkipOnNextRead[1] = JsonGlobals.EndObjectByte; 875if (ch == JsonGlobals.MemberSeparatorByte || ch == JsonGlobals.EndObjectByte || ch == JsonGlobals.EndCollectionByte 1154case JsonGlobals.EndObjectByte: 1409if (ch != JsonGlobals.QuoteByte && ch != JsonGlobals.EndObjectByte) 1475if (BufferReader.GetByte() == JsonGlobals.EndObjectByte)