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