3 references to GetInt32
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Resolver\DnsResolver.cs (1)
849TransactionId = (ushort)RandomNumberGenerator.GetInt32(ushort.MaxValue + 1),
System.Net.NameResolution (1)
System\Net\DnsResolverPal.Managed.cs (1)
400ushort queryId = (ushort)RandomNumberGenerator.GetInt32(ushort.MaxValue + 1);
System.Security.Cryptography (1)
System\Security\Cryptography\RandomNumberGenerator.cs (1)
433destination[i] = choices[GetInt32(choices.Length)];