20 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (20)
FlowAnalysis\AbstractFlowPass.cs (12)
128
SetConditionalState
(state.whenTrue, state.whenFalse);
151
SetConditionalState
(State, State.Clone());
637
SetConditionalState
(this.State, UnreachableState());
642
SetConditionalState
(UnreachableState(), this.State);
949
SetConditionalState
(StateWhenFalse, StateWhenTrue);
965
SetConditionalState
(UnreachableState(), this.State);
970
SetConditionalState
(this.State, UnreachableState());
975
SetConditionalState
(this.StateWhenFalse, this.StateWhenTrue);
2523
SetConditionalState
(resultTrue, resultFalse);
2670
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2761
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2906
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1985
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5043
SetConditionalState
(StateWhenFalse, StateWhenTrue);
7619
SetConditionalState
(newWhenTrue, whenFalse: State);
11232
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11247
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11524
SetConditionalState
(stateWhenNotNull, State);
12198
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (1)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);