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)
5588
SetConditionalState
(StateWhenFalse, StateWhenTrue);
8469
SetConditionalState
(newWhenTrue, whenFalse: State);
12741
SetConditionalState
(StateWhenFalse, StateWhenTrue);
12756
SetConditionalState
(StateWhenFalse, StateWhenTrue);
13135
SetConditionalState
(stateWhenNotNull, State);
13863
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
428
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);
1166
SetConditionalState
(trueState, falseState);