5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
941
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues.SetItem(e.Target, currentValues));
944
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues);
953
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1910
TrueBranch
= null;
1931
this.
TrueBranch
= null;
8 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (8)
Binder\DecisionDagBuilder.cs (8)
895
RoslynDebug.Assert(state.
TrueBranch
== null);
1022
RoslynDebug.Assert(state.
TrueBranch
== null);
1045
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1053
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
1629
builder.AddIfNotNull(state.
TrueBranch
);
1696
if (state.
TrueBranch
!= null)
1698
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
1849
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,