21 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (21)
FlowAnalysis\AbstractFlowPass.cs (12)
127
SetConditionalState
(state.whenTrue, state.whenFalse);
150
SetConditionalState
(State, State.Clone());
636
SetConditionalState
(this.State, UnreachableState());
641
SetConditionalState
(UnreachableState(), this.State);
948
SetConditionalState
(StateWhenFalse, StateWhenTrue);
964
SetConditionalState
(UnreachableState(), this.State);
969
SetConditionalState
(this.State, UnreachableState());
974
SetConditionalState
(this.StateWhenFalse, this.StateWhenTrue);
2551
SetConditionalState
(resultTrue, resultFalse);
2702
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2793
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2938
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1998
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5267
SetConditionalState
(StateWhenFalse, StateWhenTrue);
8078
SetConditionalState
(newWhenTrue, whenFalse: State);
11948
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11963
SetConditionalState
(StateWhenFalse, StateWhenTrue);
12344
SetConditionalState
(stateWhenNotNull, State);
13018
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);
1066
SetConditionalState
(trueState, falseState);