2 references to ArgumentException_BufferNotFromPool
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (1)
239throw new ArgumentException(SR.ArgumentException_BufferNotFromPool, nameof(array));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Buffers\SharedArrayPool.cs (1)
161throw new ArgumentException(SR.ArgumentException_BufferNotFromPool, nameof(array));