1 write to _random
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxAnnotationTests.cs (1)
767
_random
= new Random(10);
3 references to _random
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Syntax\SyntaxAnnotationTests.cs (3)
777
var annotation = _annotations[
_random
.Next(0, _annotations.Count - 1)];
788
var annotation = _annotations[
_random
.Next(0, _annotations.Count - 1)];
805
var annotation = _annotations[
_random
.Next(0, _annotations.Count - 1)];