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