5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
989
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues.SetItem(e.Target, currentValues));
992
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues);
1001
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1954
TrueBranch
= null;
1975
this.
TrueBranch
= null;
9 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
943
RoslynDebug.Assert(state.
TrueBranch
== null);
1070
RoslynDebug.Assert(state.
TrueBranch
== null);
1093
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1101
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
1673
builder.AddIfNotNull(state.
TrueBranch
);
1740
if (state.
TrueBranch
!= null)
1742
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
1893
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
1936
Debug.Assert(dagState.
TrueBranch
is null);