5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
986
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state, e), state.RemainingValues);
995
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1053
state.
TrueBranch
= trueBranch = trueBranch.TrueBranch;
2178
TrueBranch
= null;
2199
this.
TrueBranch
= null;
18 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (18)
Binder\DecisionDagBuilder.cs (18)
950
RoslynDebug.Assert(state.
TrueBranch
== null);
1030
DagState? trueBranch = state.
TrueBranch
;
1053
state.TrueBranch = trueBranch = trueBranch.
TrueBranch
;
1059
state.FalseBranch = falseBranch = falseBranch.
TrueBranch
;
1067
Debug.Assert(state.
TrueBranch
is not null);
1074
if (case2 < state.
TrueBranch
.Cases.Count && stateForCases.CaseLabel == state.
TrueBranch
.Cases[case2].CaseLabel)
1077
Debug.Assert(stateForCases.Index == state.
TrueBranch
.Cases[case2].Index);
1082
Debug.Assert(case2 >= state.
TrueBranch
.Cases.Count || stateForCases.Index != state.
TrueBranch
.Cases[case2].Index);
1233
RoslynDebug.Assert(state.
TrueBranch
== null);
1256
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1264
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
1897
builder.AddIfNotNull(state.
TrueBranch
);
1964
if (state.
TrueBranch
!= null)
1966
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
2117
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
2160
Debug.Assert(dagState.
TrueBranch
is null);