17 references to Random
System (2)
compmod\microsoft\win32\SystemEvents.cs (1)
49
private static Random randomTimerId = new
Random
();
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
46
private static readonly Random s_KeyGenerator = new
Random
();
System.AddIn (1)
System\Addin\Pipeline\ContractBase.cs (1)
112
m_random = new
Random
();
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParserStaticMethods.cs (1)
160
Random random = new
Random
();
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
41
static Random rnd = new
Random
();
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectAlgorithms.cs (1)
17
static Random random = new
Random
();
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
51
static Random randomGenerator = new
Random
();
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
467
Random random = new
Random
();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\SynchronizedRandom.cs (1)
13
:
base
()
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\AnnouncementDispatcherAsyncResult.cs (1)
52
Random random = new
Random
();
System\ServiceModel\Discovery\RandomDelayQueuedSendsAsyncResult.cs (1)
43
this.random = new
Random
();
System\ServiceModel\Discovery\RandomDelaySendsAsyncResult.cs (1)
68
Random innerRandom = (random != null) ? random : new
Random
();
System.Web (2)
Security\Membership.cs (1)
346
Random rand = new
Random
();
UI\WebControls\AdRotator.cs (1)
493
_random = new
Random
();
System.Web.Mobile (2)
UI\MobileControls\Adapters\ChtmlTextBoxAdapter.cs (1)
27
private static Random _random = new
Random
();
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
75
private static Random _random = new
Random
();
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptedStream.cs (1)
886
_random = new
Random
();