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