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