2 references to EndCollectionChar
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\JsonGlobals.cs (1)
49
public const byte EndCollectionByte = (byte)
EndCollectionChar
;
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
693
nodeWriter.WriteText(JsonGlobals.
EndCollectionChar
);