3 references to Base
BoundTreeGenerator (3)
BoundNodeClassWriter.cs (3)
41_typeMap = tree.Types.Where(t => t is not (EnumType or ValueType)).ToDictionary(n => n.Name, n => n.Base); 302WriteLine("internal {2}partial class {0} : {1}", node.Name, node.Base, abstr); 316WriteLine("Inherits {0}", node.Base);