1 type derived from AbstractNode
BoundTreeGenerator (1)
Model.cs (1)
48
public class Node :
AbstractNode
7 references to AbstractNode
BoundTreeGenerator (7)
BoundNodeClassWriter.cs (5)
298
if (node is
AbstractNode
and not Node)
310
if (node is
AbstractNode
and not Node)
695
if (node is
AbstractNode
aNode)
702
if (node is
AbstractNode
aNode)
896
if (node is not
AbstractNode
)
Model.cs (1)
19
[XmlElement(ElementName = "AbstractNode", Type = typeof(
AbstractNode
))]
Program.cs (1)
75
if (type is not
AbstractNode
node)