10 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (5)
5530
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
6338
LearnFromNonNullTest(slot, ref stateWhenNotNull.
StateWhenFalse
);
13198
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
13902
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.
StateWhenFalse
: ref other.State);
13919
Join(ref state, ref conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (5)
350
StateWhenFalse
= stateWhenFalse.Clone();
357
StateWhenTrue =
StateWhenFalse
= default;
899
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
910
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
938
Join(ref result.
StateWhenFalse
, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
5525
stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.
StateWhenFalse
;
13931
SetConditionalState(conditionalState.StateWhenTrue, conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
372
? new PossiblyConditionalState(StateWhenTrue,
StateWhenFalse
)
430
SetConditionalState(nodeState.StateWhenTrue, nodeState.
StateWhenFalse
);