5 references to Update
Microsoft.CodeAnalysis.CSharp (5)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1992
=> node.
Update
(VisitToken(node.ExternKeyword), VisitToken(node.AliasKeyword), VisitToken(node.Identifier), VisitToken(node.SemicolonToken));
_generated\2\Syntax.xml.Syntax.Generated.cs (4)
9504
public ExternAliasDirectiveSyntax WithExternKeyword(SyntaxToken externKeyword) =>
Update
(externKeyword, this.AliasKeyword, this.Identifier, this.SemicolonToken);
9505
public ExternAliasDirectiveSyntax WithAliasKeyword(SyntaxToken aliasKeyword) =>
Update
(this.ExternKeyword, aliasKeyword, this.Identifier, this.SemicolonToken);
9506
public ExternAliasDirectiveSyntax WithIdentifier(SyntaxToken identifier) =>
Update
(this.ExternKeyword, this.AliasKeyword, identifier, this.SemicolonToken);
9507
public ExternAliasDirectiveSyntax WithSemicolonToken(SyntaxToken semicolonToken) =>
Update
(this.ExternKeyword, this.AliasKeyword, this.Identifier, semicolonToken);