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