1 write to _myRandom
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\SyntaxAnnotationTests.vb (1)
709Me._myRandom = New Random(10)
3 references to _myRandom
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (3)
Syntax\SyntaxAnnotationTests.vb (3)
717Dim annotation = Me._annotations(Me._myRandom.Next(0, _annotations.Count - 1)) 726Dim annotation = Me._annotations(Me._myRandom.Next(0, _annotations.Count - 1)) 740Dim annotation = Me._annotations(Me._myRandom.Next(0, _annotations.Count - 1))