3 writes to ifKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13584
this.
ifKeyword
= ifKeyword;
13611
this.
ifKeyword
= ifKeyword;
13637
this.
ifKeyword
= ifKeyword;
5 references to ifKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13657
public SyntaxToken IfKeyword => this.
ifKeyword
;
13683
1 => this.
ifKeyword
,
13715
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.
ifKeyword
, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.@else, diagnostics, GetAnnotations());
13718
=> new IfStatementSyntax(this.Kind, this.attributeLists, this.
ifKeyword
, this.openParenToken, this.condition, this.closeParenToken, this.statement, this.@else, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
8460
public SyntaxToken IfKeyword => new SyntaxToken(this, ((InternalSyntax.IfStatementSyntax)this.Green).
ifKeyword
, GetChildPosition(1), GetChildIndex(1));