4 references to GetItems
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Random.cs (4)
333
GetItems
(choices, items.AsSpan());
387
/// <seealso cref="
GetItems
{T}(ReadOnlySpan{T}, Span{T})" />
402
GetItems
(choices, new Span<char>(ref destination.GetRawStringData(), destination.Length));
423
GetItems
(GetHexChoices(lowercase), destination);