8 references to dictionary
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2702ThrowHelper.ThrowArgumentNullException(ExceptionArgument.dictionary);
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); 1894ThrowHelper.ThrowArgumentNullException(ExceptionArgument.dictionary); 2089ThrowHelper.ThrowArgumentNullException(ExceptionArgument.dictionary);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
871case ExceptionArgument.dictionary: