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