8 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (5)
5051Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 5800LearnFromNonNullTest(slot, ref stateWhenNotNull.StateWhenFalse); 11583Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 12233Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 12250Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (3)
347StateWhenFalse = stateWhenFalse.Clone(); 354StateWhenTrue = StateWhenFalse = default; 815Join(ref result.StateWhenFalse, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
5046stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.StateWhenFalse; 12262SetConditionalState(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
369? new PossiblyConditionalState(StateWhenTrue, StateWhenFalse) 425SetConditionalState(nodeState.StateWhenTrue, nodeState.StateWhenFalse);