8 references to ThrowArgumentNullException
System.Collections.Concurrent (8)
System\Collections\Concurrent\ConcurrentDictionary.cs (7)
1216ThrowHelper.ThrowArgumentNullException(nameof(valueFactory)); 1258ThrowHelper.ThrowArgumentNullException(nameof(valueFactory)); 1337ThrowHelper.ThrowArgumentNullException(nameof(addValueFactory)); 1342ThrowHelper.ThrowArgumentNullException(nameof(updateValueFactory)); 1410ThrowHelper.ThrowArgumentNullException(nameof(addValueFactory)); 1415ThrowHelper.ThrowArgumentNullException(nameof(updateValueFactory)); 1481ThrowHelper.ThrowArgumentNullException(nameof(updateValueFactory));
System\ThrowHelper.cs (1)
11internal static void ThrowKeyNullException() => ThrowArgumentNullException("key");