4 references to Update
Microsoft.CodeAnalysis.CSharp (4)
Syntax.xml.Main.Generated.cs (1)
2002
=> node.
Update
(VisitList(node.AttributeLists), VisitToken(node.VarianceKeyword), VisitToken(node.Identifier));
Syntax.xml.Syntax.Generated.cs (3)
10258
public TypeParameterSyntax WithAttributeLists(SyntaxList<AttributeListSyntax> attributeLists) =>
Update
(attributeLists, this.VarianceKeyword, this.Identifier);
10259
public TypeParameterSyntax WithVarianceKeyword(SyntaxToken varianceKeyword) =>
Update
(this.AttributeLists, varianceKeyword, this.Identifier);
10260
public TypeParameterSyntax WithIdentifier(SyntaxToken identifier) =>
Update
(this.AttributeLists, this.VarianceKeyword, identifier);