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);
50
foreach (
ValueType
t in _tree.Types.Where(t => t is
ValueType
))
Model.cs (1)
22
[XmlElement(ElementName = "ValueType", Type = typeof(
ValueType
))]