5 references to JsonSizeExceedsRemainingBufferSpace
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
787
throw new ArgumentOutOfRangeException(nameof(count), SR.Format(SR.
JsonSizeExceedsRemainingBufferSpace
, buffer.Length - offset));
System\Runtime\Serialization\Json\XmlJsonWriter.cs (4)
365
throw new ArgumentOutOfRangeException(nameof(count), SR.Format(SR.
JsonSizeExceedsRemainingBufferSpace
, buffer.Length - index));
381
throw new ArgumentOutOfRangeException(nameof(count), SR.Format(SR.
JsonSizeExceedsRemainingBufferSpace
, buffer.Length - index));
407
throw new ArgumentOutOfRangeException(nameof(count), SR.Format(SR.
JsonSizeExceedsRemainingBufferSpace
, buffer.Length - index));
696
throw new ArgumentOutOfRangeException(nameof(count), SR.Format(SR.
JsonSizeExceedsRemainingBufferSpace
, buffer.Length - index));