1 write to random
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
431
this.
random
= new Random(unchecked((int)DateTime.Now.Ticks));
2 references to random
System.ServiceModel (2)
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (2)
429
if (this.
random
== null)
433
int victim = this.
random
.Next() % this.domainNameMap.Count;