7 writes to StateWhenTrue
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (2)
6225LearnFromNonNullTest(slot, ref stateWhenNotNull.StateWhenTrue); 13312Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
346StateWhenTrue = stateWhenTrue.Clone(); 354StateWhenTrue = StateWhenFalse = default; 889Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 900Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 923Join(ref result.StateWhenTrue, ref state);
7 references to StateWhenTrue
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (5)
5415stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.StateWhenFalse; 5419stateWhenNotNull = conditionalStateWhenNotNull.StateWhenTrue; 12660stateWhenNotNull = conditionalStateWhenNotNull.StateWhenTrue; 13329var state = conditionalState.StateWhenTrue.Clone(); 13342SetConditionalState(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
369? new PossiblyConditionalState(StateWhenTrue, StateWhenFalse) 426SetConditionalState(nodeState.StateWhenTrue, nodeState.StateWhenFalse);