3 writes to elifKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25343
this.
elifKeyword
= elifKeyword;
25361
this.
elifKeyword
= elifKeyword;
25378
this.
elifKeyword
= elifKeyword;
5 references to elifKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25389
public SyntaxToken ElifKeyword => this.
elifKeyword
;
25400
1 => this.
elifKeyword
,
25429
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
elifKeyword
, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25432
=> new ElifDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
elifKeyword
, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15965
public SyntaxToken ElifKeyword => new SyntaxToken(this, ((InternalSyntax.ElifDirectiveTriviaSyntax)this.Green).
elifKeyword
, GetChildPosition(1), GetChildIndex(1));