21 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (21)
FlowAnalysis\AbstractFlowPass.cs (12)
127
SetConditionalState
(state.whenTrue, state.whenFalse);
150
SetConditionalState
(State, State.Clone());
637
SetConditionalState
(this.State, UnreachableState());
642
SetConditionalState
(UnreachableState(), this.State);
997
SetConditionalState
(StateWhenFalse, StateWhenTrue);
1013
SetConditionalState
(UnreachableState(), this.State);
1018
SetConditionalState
(this.State, UnreachableState());
1023
SetConditionalState
(this.StateWhenFalse, this.StateWhenTrue);
2600
SetConditionalState
(resultTrue, resultFalse);
2751
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2842
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2987
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1950
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5548
SetConditionalState
(StateWhenFalse, StateWhenTrue);
8426
SetConditionalState
(newWhenTrue, whenFalse: State);
12686
SetConditionalState
(StateWhenFalse, StateWhenTrue);
12701
SetConditionalState
(StateWhenFalse, StateWhenTrue);
13080
SetConditionalState
(stateWhenNotNull, State);
13807
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
426
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);
1164
SetConditionalState
(trueState, falseState);