10 writes to State
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (4)
6014
LearnFromNonNullTest(slot, ref stateWhenNotNull.
State
);
12964
Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.
State
);
12965
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.
State
);
12970
Join(ref State, ref other.
State
);
FlowAnalysis\NullableWalker_Patterns.cs (6)
349
State
= default;
356
State
= state.Clone();
785
Join(ref this.StateWhenTrue, ref stateAndReachable.state.
State
);
786
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
State
);
795
Join(ref this.State, ref stateAndReachable.state.
State
);
818
Join(ref result.
State
, ref state);
6 references to State
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (4)
5193
stateWhenNotNull = conditionalStateWhenNotNull.
State
;
12310
stateWhenNotNull = conditionalStateWhenNotNull.
State
;
12978
return conditionalState.
State
.Clone();
12990
SetState(conditionalState.
State
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
370
: new PossiblyConditionalState(
State
);
429
SetState(nodeState.
State
);