3 references to Arg_BufferTooSmall
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Buffers\Binary\BinaryPrimitives.ReverseEndianness.cs (1)
408throw new ArgumentException(SR.Arg_BufferTooSmall, "destination");
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (1)
665throw new ArgumentException(SR.Arg_BufferTooSmall);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeBuffer.cs (1)
376throw new ArgumentException(SR.Arg_BufferTooSmall);