11 references to array
mscorlib (11)
system\collections\generic\dictionary.cs (6)
248ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 530ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 818ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 871ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1005ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 1058ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
system\collections\objectmodel\collection.cs (1)
176ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
system\collections\objectmodel\readonlycollection.cs (1)
121ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
system\collections\objectmodel\readonlydictionary.cs (2)
233ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array); 561ThrowHelper.ThrowArgumentNullException(ExceptionArgument.array);
system\throwhelper.cs (1)
136case ExceptionArgument.array: