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