7 writes to StateWhenTrue
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (2)
6337LearnFromNonNullTest(slot, ref stateWhenNotNull.StateWhenTrue); 13901Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
349StateWhenTrue = stateWhenTrue.Clone(); 357StateWhenTrue = StateWhenFalse = default; 898Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 909Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 937Join(ref result.StateWhenTrue, ref state);
7 references to StateWhenTrue
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (5)
5525stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.StateWhenFalse; 5529stateWhenNotNull = conditionalStateWhenNotNull.StateWhenTrue; 13197stateWhenNotNull = conditionalStateWhenNotNull.StateWhenTrue; 13918var state = conditionalState.StateWhenTrue.Clone(); 13931SetConditionalState(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
372? new PossiblyConditionalState(StateWhenTrue, StateWhenFalse) 430SetConditionalState(nodeState.StateWhenTrue, nodeState.StateWhenFalse);