1 write to IsTriviaRoot
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
328IsTriviaRoot = If(CType(el.Attribute("trivia-root"), Boolean?), False)
3 references to IsTriviaRoot
VisualBasicSyntaxGenerator (3)
GreenNodes\GreenNodeWriter.vb (2)
300If nodeStructure.IsTokenRoot OrElse nodeStructure.IsTriviaRoot OrElse nodeStructure.Name = "StructuredTriviaSyntax" Then 447ElseIf nodeStructure.IsTrivia AndAlso nodeStructure.IsTriviaRoot Then
XML\ParseTreeDescription.vb (1)
130If parent.IsTriviaRoot Then