1 write to _childMap
CSharpSyntaxGenerator (1)
AbstractFileWriter.cs (1)
37_childMap = tree.Types.ToLookup(n => n.Base, n => n.Name);
1 reference to _childMap
CSharpSyntaxGenerator (1)
AbstractFileWriter.cs (1)
43protected ILookup<string, string> ChildMap { get { return _childMap; } }