1 write to _typeMap
BoundTreeGenerator (1)
BoundNodeClassWriter.cs (1)
41_typeMap = tree.Types.Where(t => t is not (EnumType or ValueType)).ToDictionary(n => n.Name, n => n.Base);
5 references to _typeMap
BoundTreeGenerator (5)
BoundNodeClassWriter.cs (5)
42_typeMap.Add(tree.Root, null); 288return !_typeMap.Values.Contains(node.Name); 721string name = _typeMap[node.Name]; 1760if (derivedTypeName != null && _typeMap.TryGetValue(derivedTypeName, out var baseType)) 1769return _typeMap.ContainsKey(typeName);