6 references to list
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (3)
100
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
list
);
127
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
list
);
169
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
list
);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
27
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
list
);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
23
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
list
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
903
case ExceptionArgument.
list
: