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