27 references to OffsetExceedsBufferSize
dotnet-svcutil-lib (27)
FrameworkFork\System.Runtime.Serialization\System\Text\Base64Encoding.cs (9)
70
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
130
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
142
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length)));
213
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
225
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length)));
306
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length)));
318
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
400
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length)));
412
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
FrameworkFork\System.Runtime.Serialization\System\Text\BinHexEncoding.cs (4)
57
throw new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length));
67
throw new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length));
128
throw new ArgumentOutOfRangeException("byteIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, bytes.Length));
139
throw new ArgumentOutOfRangeException("charIndex", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length));
FrameworkFork\System.Runtime.Serialization\System\Xml\UniqueId.cs (4)
91
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, guid.Length)));
131
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
275
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
362
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, buffer.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
528
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", string.Format(SRSerialization.
OffsetExceedsBufferSize
, _attributeCount)));
1150
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, chars.Length)));
1180
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, buffer.Length)));
1340
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, buffer.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
42
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, buffer.Length)));
1212
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, array.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1274
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, array.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
898
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, array.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
410
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, array.Length)));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
569
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("offset", string.Format(SRSerialization.
OffsetExceedsBufferSize
, buffer.Length)));