17 references to FactoryName
VisualBasicSyntaxGenerator (17)
GreenNodes\GreenNodeFactoryWriter.vb (4)
85
If nodeStructure.NodeKinds.Count >= 2 And Not _parseTree.NodeKinds.ContainsKey(
FactoryName
(nodeStructure)) Then
130
_writer.WriteLine(" AndAlso SyntaxFacts.Is{1}({0}.Kind))", name,
FactoryName
(parent) + child.Name)
133
_writer.WriteLine(" AndAlso SyntaxFacts.Is{1}({0}.Kind))", name,
FactoryName
(parent) + child.Name)
164
factoryFunctionName =
FactoryName
(nodeStructure)
RedNodes\RedNodeFactoryWriter.vb (6)
137
Dim name = "Get" +
FactoryName
(nodeStructure) + child.Name + "Kind"
183
factoryFunctionName =
FactoryName
(nodeStructure)
471
Dim getterName = "Get" +
FactoryName
(nodeStructure) + child.Name + "Kind"
537
Dim getterName = "Get" +
FactoryName
(nodeStructure) + child.Name + "Kind"
652
factoryFunctionName =
FactoryName
(nodeStructure)
749
ElseIf nodeStructure.NodeKinds.Count >= 2 AndAlso
FactoryName
(nodeStructure) = FactoryName(nodeKind) Then
RedNodes\RedNodeWriter.vb (2)
286
_writer.WriteLine(" Dim _child = If(Me.{0} IsNot Nothing, Me.{0}, SyntaxFactory.{1}())", child.Name,
FactoryName
(childStructure))
703
Dim factory =
FactoryName
(nodeStructure)
RedNodes\SyntaxFactsWriter.vb (1)
146
GenerateSyntaxFact(
FactoryName
(nodeStructure) + child.Name, kinds, Not child.InternalSyntaxFacts)
Tests\TestWriter.vb (1)
124
Dim functionName As String = If(nodeKind Is Nothing,
FactoryName
(nodeStructure), FactoryName(nodeKind))
Util\WriteCsvNames.vb (2)
118
If nodeStructure.NodeKinds.Count >= 2 And Not _parseTree.NodeKinds.ContainsKey(
FactoryName
(nodeStructure)) Then
152
factoryFunctionName =
FactoryName
(nodeStructure)
Util\WriteUtils.vb (1)
65
Dim name =
FactoryName
(nodeStructure)