20 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (20)
FlowAnalysis\AbstractFlowPass.cs (12)
128
SetConditionalState
(state.whenTrue, state.whenFalse);
151
SetConditionalState
(State, State.Clone());
637
SetConditionalState
(this.State, UnreachableState());
642
SetConditionalState
(UnreachableState(), this.State);
949
SetConditionalState
(StateWhenFalse, StateWhenTrue);
965
SetConditionalState
(UnreachableState(), this.State);
970
SetConditionalState
(this.State, UnreachableState());
975
SetConditionalState
(this.StateWhenFalse, this.StateWhenTrue);
2523
SetConditionalState
(resultTrue, resultFalse);
2674
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2765
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2910
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1985
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
5104
SetConditionalState
(StateWhenFalse, StateWhenTrue);
7680
SetConditionalState
(newWhenTrue, whenFalse: State);
11293
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11308
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11585
SetConditionalState
(stateWhenNotNull, State);
12259
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (1)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);