5 references to Arg_EmptyArray
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (3)
36throw new ArgumentException(SR.Arg_EmptyArray, nameof(match)); 556throw new ArgumentException(SR.Arg_EmptyArray, nameof(match)); 646throw new ArgumentException(SR.Arg_EmptyArray, nameof(match));
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilder.cs (1)
27throw new ArgumentException(SR.Arg_EmptyArray, nameof(names));
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilder.cs (1)
90throw new ArgumentException(SR.Arg_EmptyArray, nameof(names));