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