20 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (20)
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);
2529
SetConditionalState
(resultTrue, resultFalse);
2680
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2771
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2916
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1997
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5206
SetConditionalState
(StateWhenFalse, StateWhenTrue);
7926
SetConditionalState
(newWhenTrue, whenFalse: State);
11670
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11685
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11962
SetConditionalState
(stateWhenNotNull, State);
12636
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (1)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);