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