6 references to InvalidNullArgument
System.ComponentModel.TypeConverter (6)
System\ComponentModel\Design\Serialization\MemberRelationshipService.cs (2)
46throw new ArgumentException(SR.Format(SR.InvalidNullArgument, "source.Owner"), nameof(source)); 59throw new ArgumentException(SR.Format(SR.InvalidNullArgument, "source.Owner"), nameof(source));
System\ComponentModel\ReflectEventDescriptor.cs (2)
83throw new ArgumentException(SR.Format(SR.InvalidNullArgument, nameof(componentClass))); 101_componentClass = componentClass ?? throw new ArgumentException(SR.Format(SR.InvalidNullArgument, nameof(componentClass)));
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
100throw new ArgumentException(SR.Format(SR.InvalidNullArgument, nameof(componentClass))); 171throw new ArgumentException(SR.Format(SR.InvalidNullArgument, nameof(componentClass)));