10 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (5)
5532
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
6340
LearnFromNonNullTest(slot, ref stateWhenNotNull.
StateWhenFalse
);
13130
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
13834
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.
StateWhenFalse
: ref other.State);
13851
Join(ref state, ref conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (5)
349
StateWhenFalse
= stateWhenFalse.Clone();
356
StateWhenTrue =
StateWhenFalse
= default;
892
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
903
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
926
Join(ref result.
StateWhenFalse
, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
5527
stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.
StateWhenFalse
;
13863
SetConditionalState(conditionalState.StateWhenTrue, conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
371
? new PossiblyConditionalState(StateWhenTrue,
StateWhenFalse
)
428
SetConditionalState(nodeState.StateWhenTrue, nodeState.
StateWhenFalse
);