3 writes to aliasKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15277
this.
aliasKeyword
= aliasKeyword;
15292
this.
aliasKeyword
= aliasKeyword;
15306
this.
aliasKeyword
= aliasKeyword;
5 references to aliasKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15316
public SyntaxToken AliasKeyword => this.
aliasKeyword
;
15326
1 => this.
aliasKeyword
,
15355
=> new ExternAliasDirectiveSyntax(this.Kind, this.externKeyword, this.
aliasKeyword
, this.identifier, this.semicolonToken, diagnostics, GetAnnotations());
15358
=> new ExternAliasDirectiveSyntax(this.Kind, this.externKeyword, this.
aliasKeyword
, this.identifier, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9477
public SyntaxToken AliasKeyword => new SyntaxToken(this, ((InternalSyntax.ExternAliasDirectiveSyntax)this.Green).
aliasKeyword
, GetChildPosition(1), GetChildIndex(1));