3 writes to branchTaken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25349
this.
branchTaken
= branchTaken;
25367
this.
branchTaken
= branchTaken;
25384
this.
branchTaken
= branchTaken;
3 references to branchTaken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25393
public override bool BranchTaken => this.
branchTaken
;
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);