2 references to Arg_EmptySpan
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Random.cs (1)
197throw new ArgumentException(SR.Arg_EmptySpan, nameof(choices));
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
2092throw new ArgumentException(SR.Arg_EmptySpan, nameof(oldValue));