7 writes to State
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\NullableWalker.cs (4)
5740LearnFromNonNullTest(slot, ref stateWhenNotNull.State); 12168Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 12169Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 12174Join(ref State, ref other.State);
FlowAnalysis\NullableWalker_Patterns.cs (3)
349State = default; 356State = state.Clone(); 818Join(ref result.State, ref state);
6 references to State
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (4)
4976stateWhenNotNull = conditionalStateWhenNotNull.State; 11514stateWhenNotNull = conditionalStateWhenNotNull.State; 12182return conditionalState.State.Clone(); 12194SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (2)
370: new PossiblyConditionalState(State); 429SetState(nodeState.State);