6 references to collection
System (6)
compmod\system\collections\generic\debugview.cs (2)
105
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
125
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
compmod\system\collections\generic\queue.cs (1)
76
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
compmod\system\collections\generic\sortedset.cs (1)
1781
ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument.
collection
);
compmod\system\collections\generic\stack.cs (1)
69
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
collection
);
compmod\system\collections\generic\throwhelper.cs (1)
118
case ExceptionArgument.
collection
: