10 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (5)
5420
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
6226
LearnFromNonNullTest(slot, ref stateWhenNotNull.
StateWhenFalse
);
12661
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
13313
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.
StateWhenFalse
: ref other.State);
13330
Join(ref state, ref conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (5)
347
StateWhenFalse
= stateWhenFalse.Clone();
354
StateWhenTrue =
StateWhenFalse
= default;
890
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
901
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
924
Join(ref result.
StateWhenFalse
, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
5415
stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.
StateWhenFalse
;
13342
SetConditionalState(conditionalState.StateWhenTrue, conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
369
? new PossiblyConditionalState(StateWhenTrue,
StateWhenFalse
)
426
SetConditionalState(nodeState.StateWhenTrue, nodeState.
StateWhenFalse
);