3 references to Arg_EmptySpan
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
485
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(choices));
678
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(choices));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
2143
throw new ArgumentException(SR.
Arg_EmptySpan
, nameof(oldValue));