1 write to _defaultChildKindName
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
546_defaultChildKindName = CType(el.Attribute("default-kind"), String)
2 references to _defaultChildKindName
VisualBasicSyntaxGenerator (2)
XML\ParseTreeDescription.vb (2)
632If _defaultChildKind Is Nothing AndAlso _defaultChildKindName IsNot Nothing Then 633_defaultChildKind = CType(ParseTree.ParseNodeKind(_defaultChildKindName, Element), ParseNodeKind)