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