10 writes to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (5)
5211
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
6017
LearnFromNonNullTest(slot, ref stateWhenNotNull.
StateWhenFalse
);
12338
Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.
StateWhenFalse
);
12988
Join(ref StateWhenFalse, ref otherIsConditional ? ref other.
StateWhenFalse
: ref other.State);
13005
Join(ref state, ref conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (5)
347
StateWhenFalse
= stateWhenFalse.Clone();
354
StateWhenTrue =
StateWhenFalse
= default;
783
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
794
Join(ref this.StateWhenFalse, ref stateAndReachable.state.
StateWhenFalse
);
817
Join(ref result.
StateWhenFalse
, ref state);
4 references to StateWhenFalse
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
5206
stateWhenNotNull = boolValue ? conditionalStateWhenNotNull.StateWhenTrue : conditionalStateWhenNotNull.
StateWhenFalse
;
13017
SetConditionalState(conditionalState.StateWhenTrue, conditionalState.
StateWhenFalse
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
369
? new PossiblyConditionalState(StateWhenTrue,
StateWhenFalse
)
425
SetConditionalState(nodeState.StateWhenTrue, nodeState.
StateWhenFalse
);