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