5 writes to TrueBranch
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder.cs (5)
943
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues.SetItem(e.Target, currentValues));
946
state.
TrueBranch
= uniquifyState(RemoveEvaluation(state.Cases, e), state.RemainingValues);
955
state.
TrueBranch
= uniquifyState(whenTrueDecisions, whenTrueValues);
1912
TrueBranch
= null;
1933
this.
TrueBranch
= null;
9 references to TrueBranch
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
897
RoslynDebug.Assert(state.
TrueBranch
== null);
1024
RoslynDebug.Assert(state.
TrueBranch
== null);
1047
BoundDecisionDagNode? next = state.
TrueBranch
!.Dag;
1055
BoundDecisionDagNode? whenTrue = state.
TrueBranch
!.Dag;
1631
builder.AddIfNotNull(state.
TrueBranch
);
1698
if (state.
TrueBranch
!= null)
1700
result.AppendLine($" TrueBranch: {stateIdentifierMap[state.
TrueBranch
]}");
1851
/// If this dictionary is mutated after <see cref="
TrueBranch
"/>, <see cref="FalseBranch"/>,
1894
Debug.Assert(dagState.
TrueBranch
is null);