2 references to EnumType
BoundTreeGenerator (2)
BoundNodeClassWriter.cs (1)
41
_typeMap = tree.Types.Where(t => t is not (
EnumType
or ValueType)).ToDictionary(n => n.Name, n => n.Base);
Model.cs (1)
21
[XmlElement(ElementName = "Enum", Type = typeof(
EnumType
))]