7 references to collection
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
82
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
105
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
92
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
64
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
247
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
813
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
909
case ExceptionArgument.
collection
: