4 references to item
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
425ThrowHelper.ThrowArgumentNullException(ExceptionArgument.item, ExceptionResource.ConcurrentDictionary_ItemKeyIsNull);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (2)
225ThrowHelper.IfNullAndNullsAreIllegalThenThrow<T>(item, ExceptionArgument.item); 792ThrowHelper.IfNullAndNullsAreIllegalThenThrow<T>(item, ExceptionArgument.item);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
917case ExceptionArgument.item: