4 references to GetInt32
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
278int port = RandomNumberGenerator.GetInt32(41000, 42000);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (1)
278int port = RandomNumberGenerator.GetInt32(41000, 42000);
System.Security.Cryptography (2)
System\Security\Cryptography\RandomNumberGenerator.cs (2)
146return GetInt32(0, toExclusive); 295int j = GetInt32(i, n);