4 writes to FalseBranch
Microsoft.CodeAnalysis.CSharp (4)
Binder\DecisionDagBuilder.cs (4)
922
state.
FalseBranch
= uniquifyState(stateWhenFails, state.RemainingValues);
954
state.
FalseBranch
= uniquifyState(whenFalseDecisions, whenFalseValues);
1911
FalseBranch
= null;
1932
this.
FalseBranch
= null;
9 references to FalseBranch
Microsoft.CodeAnalysis.CSharp (9)
Binder\DecisionDagBuilder.cs (9)
896
RoslynDebug.Assert(state.
FalseBranch
== null);
1023
RoslynDebug.Assert(state.
FalseBranch
is { });
1027
BoundDecisionDagNode? whenFalse = state.
FalseBranch
.Dag;
1047
RoslynDebug.Assert(state.
FalseBranch
== null);
1054
BoundDecisionDagNode? whenFalse = state.
FalseBranch
!.Dag;
1630
builder.AddIfNotNull(state.
FalseBranch
);
1701
if (state.
FalseBranch
!= null)
1703
result.AppendLine($" FalseBranch: {stateIdentifierMap[state.
FalseBranch
]}");
1849
/// If this dictionary is mutated after <see cref="TrueBranch"/>, <see cref="
FalseBranch
"/>,