5 references to AliasKeyword
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)
9400
if (externKeyword != this.ExternKeyword || aliasKeyword != this.
AliasKeyword
|| identifier != this.Identifier || semicolonToken != this.SemicolonToken)
9410
public ExternAliasDirectiveSyntax WithExternKeyword(SyntaxToken externKeyword) => Update(externKeyword, this.
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);