10 writes to State
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (4)
6076LearnFromNonNullTest(slot, ref stateWhenNotNull.State); 13089Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 13090Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 13095Join(ref State, ref other.State);
FlowAnalysis\NullableWalker_Patterns.cs (6)
349State = default; 356State = state.Clone(); 787Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 788Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 797Join(ref this.State, ref stateAndReachable.state.State); 820Join(ref result.State, ref state);
6 references to State
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (4)
5255stateWhenNotNull = conditionalStateWhenNotNull.State; 12435stateWhenNotNull = conditionalStateWhenNotNull.State; 13103return conditionalState.State.Clone(); 13115SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (2)
370: new PossiblyConditionalState(State); 429SetState(nodeState.State);