1 write to PartialClass
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
324PartialClass = If(CType(el.Attribute("partial"), Boolean?), False)
2 references to PartialClass
VisualBasicSyntaxGenerator (2)
GreenNodes\GreenNodeWriter.vb (1)
89If (nodeStructure.PartialClass) Then
RedNodes\RedNodeWriter.vb (1)
131If (nodeStructure.PartialClass) Then