8 references to GetItems
Aspire.Hosting (2)
Utils\PasswordGenerator.cs (2)
56RandomNumberGenerator.GetItems(choices, currentChars); 88RandomNumberGenerator.GetItems(choices, destination.Slice(0, minValues));
Aspire.Hosting.Azure.ServiceBus (2)
src\Aspire.Hosting\Utils\PasswordGenerator.cs (2)
56RandomNumberGenerator.GetItems(choices, currentChars); 88RandomNumberGenerator.GetItems(choices, destination.Slice(0, minValues));
Aspire.Playground.Tests (2)
src\Aspire.Hosting\Utils\PasswordGenerator.cs (2)
56RandomNumberGenerator.GetItems(choices, currentChars); 88RandomNumberGenerator.GetItems(choices, destination.Slice(0, minValues));
System.Security.Cryptography (2)
System\Security\Cryptography\RandomNumberGenerator.cs (2)
226/// <seealso cref="GetItems{T}(ReadOnlySpan{T}, Span{T})" /> 250/// The behavior of this is the same as using <seealso cref="GetItems{T}(ReadOnlySpan{T}, Span{T})" /> and