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