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)
43
protected ILookup<string, string> ChildMap { get { return
_childMap
; } }