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);
2550
SetConditionalState
(resultTrue, resultFalse);
2701
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2792
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2937
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1998
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5267
SetConditionalState
(StateWhenFalse, StateWhenTrue);
8077
SetConditionalState
(newWhenTrue, whenFalse: State);
11947
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11962
SetConditionalState
(StateWhenFalse, StateWhenTrue);
12343
SetConditionalState
(stateWhenNotNull, State);
13017
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);
1066
SetConditionalState
(trueState, falseState);