9 references to GetAllTrivia
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (9)
Syntax\SyntaxAnnotationTests.vb (9)
90Dim toTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 99Dim fromTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 107Dim fromTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 108Dim toTrivia = GetAllTrivia(tree.GetRoot()).FirstOrDefault() 209Dim trivia = GetAllTrivia(tree.GetRoot()).First() 341Dim actualTrivia = GetAllTrivia(oldRoot).OrderBy(Function(x) x.SpanStart) 417Dim sourceTreeTriviaEnumerator = GetAllTrivia(sourceTreeRoot).GetEnumerator() 418Dim destTreeTriviaEnumerator = GetAllTrivia(destTreeRoot).GetEnumerator() 519For Each trivia In GetAllTrivia(tree.GetRoot())