3 references to Instance
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (2)
117
buffer = ByteArrayHelperWithString.
Instance
.ReadArray(tempDictionaryReader, JsonGlobals.itemString, string.Empty, tempDictionaryReader.Quotas.MaxArrayLength);
121
buffer = ByteArrayHelperWithString.
Instance
.ReadArray(dictionaryReader, JsonGlobals.itemString, string.Empty, dictionaryReader.Quotas.MaxArrayLength);
System\Runtime\Serialization\Json\JsonWriterDelegator.cs (1)
42
ByteArrayHelperWithString.
Instance
.WriteArray(Writer, bytes, 0, bytes.Length);