10 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (5)
4560
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
5275
LearnFromNonNullTest(slot, ref stateWhenNotNull.
StateWhenFalse
);
10603
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
11253
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.
StateWhenFalse
: ref other.State);
11270
Join(ref state, ref conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (5)
309
StateWhenFalse
= stateWhenFalse.Clone();
316
StateWhenTrue =
StateWhenFalse
= default;
741
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
752
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
775
Join(ref result.
StateWhenFalse
, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
4555
stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.
StateWhenFalse
;
11282
SetConditionalState(conditionalState.StateWhenTrue, conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
331
? new PossiblyConditionalState(StateWhenTrue,
StateWhenFalse
)
387
SetConditionalState(nodeState.StateWhenTrue, nodeState.
StateWhenFalse
);