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