27 references to IsAbstract
VisualBasicSyntaxGenerator (27)
GreenNodes\GreenNodeFactoryWriter.vb (1)
74If _parseTree.IsAbstract(nodeStructure) Then Return ' abstract structures don't have factory methods
GreenNodes\GreenNodeWriter.vb (9)
94If _parseTree.IsAbstract(nodeStructure) Then 131If Not (_parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken) Then 169If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.IsTrivia Then 182If _parseTree.IsAbstract(nodeStructure) Then 197If _parseTree.IsAbstract(nodeStructure) Then 212If _parseTree.IsAbstract(nodeStructure) OrElse Not nodeStructure.IsToken Then 231If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken Then 536Dim isAbstract As Boolean = _parseTree.IsAbstract(nodeStructure) 576If nodeStructure.ParentStructure IsNot Nothing AndAlso (_parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.IsTrivia) Then
RedNodes\RedNodeFactoryWriter.vb (1)
66If _parseTree.IsAbstract(nodeStructure) Then
RedNodes\RedNodeWriter.vb (10)
134If _parseTree.IsAbstract(nodeStructure) Then 211If _parseTree.IsAbstract(nodeStructure) Then 266If _parseTree.IsAbstract(childStructure) Then 274If _parseTree.IsAbstract(nodeStructure) Then 337If Not _parseTree.IsAbstract(nodeStructure) AndAlso StructureTypeName(nodeStructure) <> "IdentifierSyntax" Then 593Dim isAbstract As Boolean = _parseTree.IsAbstract(nodeStructure) 680If _parseTree.IsAbstract(nodeStructure) Then 698If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken OrElse nodeStructure.IsTrivia Then 798If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken Then 860If _parseTree.IsAbstract(nodeStructure) OrElse nodeStructure.IsToken Then
RedNodes\SyntaxFactsWriter.vb (1)
129If _parseTree.IsAbstract(nodeStructure) Then Return ' abstract structures don't have factory methods
Util\WriteCsvNames.vb (1)
111If _parseTree.IsAbstract(nodeStructure) Then Return ' abstract structures don't have factory methods
XML\ParseTreeDescription.vb (2)
108IsAbstract(struct) = True 116IsAbstract(kind.NodeStructure) = False
XML\TreeValidator.vb (2)
42If tree.IsAbstract(nodeStructure) And Not nodeStructure.Abstract Then 44ElseIf Not tree.IsAbstract(nodeStructure) And nodeStructure.Abstract Then