2 references to EndCollectionChar
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\JsonGlobals.cs (1)
40
public const byte EndCollectionByte = (byte)
EndCollectionChar
;
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
569
_nodeWriter.WriteText(JsonGlobals.
EndCollectionChar
);