7 references to dictionary
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\CollectionExtensions.cs (3)
18
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
28
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
44
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
92
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
1893
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
2088
ThrowHelper.ThrowArgumentNullException(ExceptionArgument.
dictionary
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
865
case ExceptionArgument.
dictionary
: