9 references to GetAllTrivia
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (9)
Syntax\SyntaxAnnotationTests.vb (9)
82Dim toTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 91Dim fromTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 99Dim fromTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 100Dim toTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 201Dim trivia = GetAllTrivia(tree.GetRoot()).First() 333Dim actualTrivia = GetAllTrivia(oldRoot).OrderBy(Function(x) x.SpanStart) 409Dim sourceTreeTriviaEnumerator = GetAllTrivia(sourceTreeRoot).GetEnumerator() 410Dim destTreeTriviaEnumerator = GetAllTrivia(destTreeRoot).GetEnumerator() 511For Each trivia In GetAllTrivia(tree.GetRoot())