8 references to collection
mscorlib (8)
system\collections\generic\debugview.cs (3)
34
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
54
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
74
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
system\collections\generic\list.cs (2)
76
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
703
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
system\collections\objectmodel\readonlydictionary.cs (2)
364
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
463
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
system\throwhelper.cs (1)
148
case ExceptionArgument.
collection
: