5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
1381
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state, e), state.RemainingValues);
1390
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1448
state.
TrueBranch
= trueBranch = trueBranch.TrueBranch;
3060
TrueBranch
= null;
3081
this.
TrueBranch
= null;
18 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (18)
Binder\DecisionDagBuilder.cs (18)
1345
RoslynDebug.Assert(state.
TrueBranch
== null);
1425
DagState? trueBranch = state.
TrueBranch
;
1448
state.TrueBranch = trueBranch = trueBranch.
TrueBranch
;
1454
state.FalseBranch = falseBranch = falseBranch.
TrueBranch
;
1462
Debug.Assert(state.
TrueBranch
is not null);
1469
if (case2 < state.
TrueBranch
.Cases.Count && stateForCases.CaseLabel == state.
TrueBranch
.Cases[case2].CaseLabel)
1472
Debug.Assert(stateForCases.Index == state.
TrueBranch
.Cases[case2].Index);
1477
Debug.Assert(case2 >= state.
TrueBranch
.Cases.Count || stateForCases.Index != state.
TrueBranch
.Cases[case2].Index);
1628
RoslynDebug.Assert(state.
TrueBranch
== null);
1651
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1659
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
2765
builder.AddIfNotNull(state.
TrueBranch
);
2846
if (state.
TrueBranch
!= null)
2848
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
2999
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
3042
Debug.Assert(dagState.
TrueBranch
is null);