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);
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)
5260
SetConditionalState
(StateWhenFalse, StateWhenTrue);
8075
SetConditionalState
(newWhenTrue, whenFalse: State);
11924
SetConditionalState
(StateWhenFalse, StateWhenTrue);
11939
SetConditionalState
(StateWhenFalse, StateWhenTrue);
12320
SetConditionalState
(stateWhenNotNull, State);
12994
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (1)
425
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);