6 references to list
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (3)
89ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list); 116ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list); 158ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
27ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
22ThrowHelper.ThrowArgumentNullException(ExceptionArgument.list);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
911case ExceptionArgument.list: