5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1401
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state, e), state.RemainingValues);
1410
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1468
state.
TrueBranch
= trueBranch = trueBranch.TrueBranch;
3080
TrueBranch
= null;
3101
this.
TrueBranch
= null;
18 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (18)
Binder\DecisionDagBuilder.cs (18)
1365
RoslynDebug.Assert(state.
TrueBranch
== null);
1445
DagState? trueBranch = state.
TrueBranch
;
1468
state.TrueBranch = trueBranch = trueBranch.
TrueBranch
;
1474
state.FalseBranch = falseBranch = falseBranch.
TrueBranch
;
1482
Debug.Assert(state.
TrueBranch
is not null);
1489
if (case2 < state.
TrueBranch
.Cases.Count && stateForCases.CaseLabel == state.
TrueBranch
.Cases[case2].CaseLabel)
1492
Debug.Assert(stateForCases.Index == state.
TrueBranch
.Cases[case2].Index);
1497
Debug.Assert(case2 >= state.
TrueBranch
.Cases.Count || stateForCases.Index != state.
TrueBranch
.Cases[case2].Index);
1648
RoslynDebug.Assert(state.
TrueBranch
== null);
1671
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1679
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
2785
builder.AddIfNotNull(state.
TrueBranch
);
2866
if (state.
TrueBranch
!= null)
2868
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
3019
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
3062
Debug.Assert(dagState.
TrueBranch
is null);