5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1409
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state, e), state.RemainingValues);
1418
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1476
state.
TrueBranch
= trueBranch = trueBranch.TrueBranch;
3088
TrueBranch
= null;
3109
this.
TrueBranch
= null;
18 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (18)
Binder\DecisionDagBuilder.cs (18)
1373
RoslynDebug.Assert(state.
TrueBranch
== null);
1453
DagState? trueBranch = state.
TrueBranch
;
1476
state.TrueBranch = trueBranch = trueBranch.
TrueBranch
;
1482
state.FalseBranch = falseBranch = falseBranch.
TrueBranch
;
1490
Debug.Assert(state.
TrueBranch
is not null);
1497
if (case2 < state.
TrueBranch
.Cases.Count && stateForCases.CaseLabel == state.
TrueBranch
.Cases[case2].CaseLabel)
1500
Debug.Assert(stateForCases.Index == state.
TrueBranch
.Cases[case2].Index);
1505
Debug.Assert(case2 >= state.
TrueBranch
.Cases.Count || stateForCases.Index != state.
TrueBranch
.Cases[case2].Index);
1656
RoslynDebug.Assert(state.
TrueBranch
== null);
1679
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1687
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
2793
builder.AddIfNotNull(state.
TrueBranch
);
2874
if (state.
TrueBranch
!= null)
2876
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
3027
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
3070
Debug.Assert(dagState.
TrueBranch
is null);