4 references to ValueType
BoundTreeGenerator (4)
BoundNodeClassWriter.cs (3)
41_typeMap = tree.Types.Where(t => t is not (EnumType or ValueType)).ToDictionary(n => n.Name, n => n.Base); 50foreach (ValueType t in _tree.Types.Where(t => t is ValueType))
Model.cs (1)
22[XmlElement(ElementName = "ValueType", Type = typeof(ValueType))]