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