8 references to _childKindNames
VisualBasicSyntaxGenerator (8)
XML\ParseTreeDescription.vb (8)
551If _childKindNames.TryGetValue(kind.@name, nodeKinds) Then 556_childKindNames.Add(kind.@name, nodeKinds) 559If _childKindNames.Count = 0 Then 562_childKindNames.Add(kind, Nothing) 'New List(Of String)(From nodeKind In struct.NodeKinds Select nodeKind.Name)) 573For Each key In _childKindNames.Keys 574Dim nodeNames = _childKindNames(key) 616Dim names(_childKindNames.Count - 1) As String 617_childKindNames.Keys.CopyTo(names, 0)