1 write to IsTrivia
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
131
struct.
IsTrivia
= True
19 references to IsTrivia
VisualBasicSyntaxGenerator (19)
GreenNodes\GreenNodeWriter.vb (7)
169
If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
356
If Not nodeStructure.
IsTrivia
Then
443
If Not nodeStructure.
IsTrivia
Then
447
ElseIf nodeStructure.
IsTrivia
AndAlso nodeStructure.IsTriviaRoot Then
576
If nodeStructure.ParentStructure IsNot Nothing AndAlso (_parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
) Then
616
If nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
652
If nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
RedNodes\RedNodeFactoryWriter.vb (4)
228
ElseIf nodeStructure.
IsTrivia
Then
286
If nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
424
ElseIf nodeStructure.
IsTrivia
Then
733
ElseIf nodeStructure.
IsTrivia
Then
RedNodes\RedNodeWriter.vb (4)
378
If nodeStructure.IsToken AndAlso Not nodeStructure.
IsTrivia
Then
698
If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
921
If nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
950
If nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
Then
Tests\TestWriter.vb (3)
138
ElseIf nodeStructure.
IsTrivia
Then
240
If nodeStructure.IsTerminal AndAlso Not nodeStructure.
IsTrivia
AndAlso nodeStructure.Name = "KeywordSyntax" Then
287
If nodeStructure.
IsTrivia
Then
XML\TreeValidator.vb (1)
33
If Not hasAnyChildren AndAlso Not nodeStructure.Abstract AndAlso Not (nodeStructure.IsToken OrElse nodeStructure.
IsTrivia
) Then