9 references to IfNullAndNullsAreIllegalThenThrow
mscorlib (9)
system\collections\generic\dictionary.cs (2)
631
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<TValue>(value, ExceptionArgument.value);
660
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<TValue>(value, ExceptionArgument.value);
system\collections\generic\list.cs (3)
205
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(value, ExceptionArgument.value);
228
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(item, ExceptionArgument.item);
686
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(item, ExceptionArgument.item);
system\collections\objectmodel\collection.cs (3)
236
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(value, ExceptionArgument.value);
273
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(value, ExceptionArgument.value);
303
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(value, ExceptionArgument.value);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
582
ThrowHelper.
IfNullAndNullsAreIllegalThenThrow
<T>(value, ExceptionArgument.value);