1 write to IsTokenRoot
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
327
IsTokenRoot
= If(CType(el.Attribute("token-root"), Boolean?), False)
3 references to IsTokenRoot
VisualBasicSyntaxGenerator (3)
GreenNodes\GreenNodeWriter.vb (2)
300
If nodeStructure.
IsTokenRoot
OrElse nodeStructure.IsTriviaRoot OrElse nodeStructure.Name = "StructuredTriviaSyntax" Then
352
If nodeStructure.IsToken AndAlso Not nodeStructure.
IsTokenRoot
Then
XML\ParseTreeDescription.vb (1)
126
If parent.
IsTokenRoot
Then