3 writes to branchTaken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25454
this.
branchTaken
= branchTaken;
25469
this.
branchTaken
= branchTaken;
25483
this.
branchTaken
= branchTaken;
3 references to branchTaken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25490
public override bool BranchTaken => this.
branchTaken
;
25524
=> new ElseDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.
branchTaken
, diagnostics, GetAnnotations());
25527
=> new ElseDirectiveTriviaSyntax(this.Kind, this.hashToken, this.elseKeyword, this.endOfDirectiveToken, this.isActive, this.
branchTaken
, GetDiagnostics(), annotations);