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