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