Home
last modified time | relevance | path

Searched refs:JsonSizeExceedsRemainingBufferSpace (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs401 …ew ArgumentOutOfRangeException(nameof(count), SR.Format(SR.JsonSizeExceedsRemainingBufferSpace, bu… in WriteBase64()
427 …ew ArgumentOutOfRangeException(nameof(count), SR.Format(SR.JsonSizeExceedsRemainingBufferSpace, bu… in WriteBinHex()
463 …ew ArgumentOutOfRangeException(nameof(count), SR.Format(SR.JsonSizeExceedsRemainingBufferSpace, bu… in WriteChars()
770 …ew ArgumentOutOfRangeException(nameof(count), SR.Format(SR.JsonSizeExceedsRemainingBufferSpace, bu… in WriteRaw()
H A DXmlJsonReader.cs831 …ew ArgumentOutOfRangeException(nameof(count), SR.Format(SR.JsonSizeExceedsRemainingBufferSpace, bu… in SetInput()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/ReferenceSources/
H A DSR.missing.cs184 public const string JsonSizeExceedsRemainingBufferSpace = @"JSON size exceeded remaining buffer spa… field in System.Runtime.Serialization.SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs454 SR.GetString(SR.JsonSizeExceedsRemainingBufferSpace, in WriteBase64()
485 SR.GetString(SR.JsonSizeExceedsRemainingBufferSpace, in WriteBinHex()
526 SR.GetString(SR.JsonSizeExceedsRemainingBufferSpace, in WriteChars()
847 SR.GetString(SR.JsonSizeExceedsRemainingBufferSpace, in WriteRaw()
H A DXmlJsonReader.cs841 SR.GetString(SR.JsonSizeExceedsRemainingBufferSpace, in SetInput()