1 instantiation of SynchronizedRandom
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
55
this.randomNumberGenerator = new
SynchronizedRandom
(AppDomain.CurrentDomain.GetHashCode() | Environment.TickCount);
1 reference to SynchronizedRandom
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
25
private
SynchronizedRandom
randomNumberGenerator;