11 references to GenerateParameterXmlComment
VisualBasicSyntaxGenerator (11)
GreenNodes\GreenNodeFactoryWriter.vb (3)
178
GenerateParameterXmlComment
(_writer, "kind", String.Format("A <see cref=""SyntaxKind""/> representing the specific kind of {0}. One of {1}.", nodeStructure.Name, kindsList))
182
GenerateParameterXmlComment
(_writer, "text", "The actual text of this token.")
186
GenerateParameterXmlComment
(_writer, LowerFirstCharacter(OptionalChildName(child)), child.Description, escapeText:=True)
RedNodes\RedNodeFactoryWriter.vb (6)
345
GenerateParameterXmlComment
(_writer, "kind", String.Format("A <see cref=""SyntaxKind""/> representing the specific kind of {0}. One of {1}.", nodeStructure.Name, kindsList))
349
GenerateParameterXmlComment
(_writer, "text", "The actual text of this token.")
353
GenerateParameterXmlComment
(_writer, LowerFirstCharacter(OptionalChildName(child)), child.Description, escapeText:=True)
671
GenerateParameterXmlComment
(_writer, "kind", String.Format("A <see cref=""SyntaxKind""/> representing the specific kind of {0}. One of {1}.", nodeStructure.Name, kindsList))
675
GenerateParameterXmlComment
(_writer, "text", "The actual text of this token.")
679
GenerateParameterXmlComment
(_writer, LowerFirstCharacter(OptionalChildName(child)), child.Description, escapeText:=True)
RedNodes\RedNodeWriter.vb (2)
712
GenerateParameterXmlComment
(_writer, "kind", String.Format("The new kind.", nodeStructure.Name))
716
GenerateParameterXmlComment
(_writer, LowerFirstCharacter(OptionalChildName(child)), String.Format("The value for the {0} property.", child.Name))