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)
632
If _defaultChildKind Is Nothing AndAlso
_defaultChildKindName
IsNot Nothing Then
633
_defaultChildKind = CType(ParseTree.ParseNodeKind(
_defaultChildKindName
, Element), ParseNodeKind)