12 references to UpperFirstCharacter
VisualBasicSyntaxGenerator (12)
GreenNodes\GreenNodeWriter.vb (3)
541
_writer.WriteLine(" Friend {2}Function {0}({3} as {4}) As {1}", ChildWithFunctionName(withChild), StructureTypeName(withChild.ContainingStructure), GetModifiers(withChild.ContainingStructure, isOverride, withChild.Name), Ident(
UpperFirstCharacter
(withChild.Name)), ChildConstructorTypeRef(withChild))
558
_writer.Write(", {0}", Ident(
UpperFirstCharacter
(child.Name)))
567
_writer.WriteLine(" Friend {2} Function {0}({3} as {4}) As {1}", ChildWithFunctionName(withChild), StructureTypeName(withChild.ContainingStructure), "MustOverride", Ident(
UpperFirstCharacter
(withChild.Name)), ChildConstructorTypeRef(withChild))
RedNodes\RedNodeWriter.vb (1)
645
_writer.Write("Me.{0}",
UpperFirstCharacter
(child.Name))
Util\WriteUtils.vb (8)
93
Return Ident("new" +
UpperFirstCharacter
(name))
138
Return
UpperFirstCharacter
(name)
143
Return Ident("With" +
UpperFirstCharacter
(nodeChild.Name))
152
Return
UpperFirstCharacter
(OptionalChildName(nodeChild))
157
Return Ident(
UpperFirstCharacter
(ChildSeparatorsName(nodeChild)))
167
Return
UpperFirstCharacter
(name)
170
Return
UpperFirstCharacter
(name)
180
Return
UpperFirstCharacter
(nodeChild.SeparatorsName)