3 references to IsAutoCreatableChild
VisualBasicSyntaxGenerator (3)
RedNodes\RedNodeFactoryWriter.vb (2)
601
Return GetAllFactoryChildrenOfStructure(nodeStructure).Where(Function(child) Not
IsAutoCreatableChild
(nodeStructure, nodeKind, child)).ToList()
630
Return Not (child.IsOptional Or
IsAutoCreatableChild
(node, nodeKind, child))
RedNodes\RedNodeWriter.vb (1)
257
ElseIf Not
IsAutoCreatableChild
(childStructure, Nothing, childNodeChild) Then