3 writes to ifKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25234
this.
ifKeyword
= ifKeyword;
25252
this.
ifKeyword
= ifKeyword;
25269
this.
ifKeyword
= ifKeyword;
5 references to ifKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25280
public SyntaxToken IfKeyword => this.
ifKeyword
;
25291
1 => this.
ifKeyword
,
25320
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
ifKeyword
, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, diagnostics, GetAnnotations());
25323
=> new IfDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
ifKeyword
, this.condition, this.endOfDirectiveToken, this.isActive, this.branchTaken, this.conditionValue, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
15905
public SyntaxToken IfKeyword => new SyntaxToken(this, ((InternalSyntax.IfDirectiveTriviaSyntax)this.Green).
ifKeyword
, GetChildPosition(1), GetChildIndex(1));