1 instantiation of ByteArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
13public static readonly ByteArrayHelperWithString Instance = new ByteArrayHelperWithString();
4 references to ByteArrayHelperWithString
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
13public static readonly ByteArrayHelperWithString Instance = new ByteArrayHelperWithString();
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (2)
82buffer = ByteArrayHelperWithString.Instance.ReadArray(tempDictionaryReader, JsonGlobals.itemString, string.Empty, tempDictionaryReader.Quotas.MaxArrayLength); 86buffer = ByteArrayHelperWithString.Instance.ReadArray(dictionaryReader, JsonGlobals.itemString, string.Empty, dictionaryReader.Quotas.MaxArrayLength);
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (1)
36ByteArrayHelperWithString.WriteArray(Writer, bytes, 0, bytes.Length);