21 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (21)
FlowAnalysis\AbstractFlowPass.cs (12)
128
SetConditionalState
(state.whenTrue, state.whenFalse);
151
SetConditionalState
(State, State.Clone());
630
SetConditionalState
(this.State, UnreachableState());
635
SetConditionalState
(UnreachableState(), this.State);
942
SetConditionalState
(StateWhenFalse, StateWhenTrue);
958
SetConditionalState
(UnreachableState(), this.State);
963
SetConditionalState
(this.State, UnreachableState());
968
SetConditionalState
(this.StateWhenFalse, this.StateWhenTrue);
2331
SetConditionalState
(resultTrue, resultFalse);
2478
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2569
SetConditionalState
(StateWhenFalse, StateWhenTrue);
2714
SetConditionalState
(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (1)
1859
SetConditionalState
(this.State, whenFail);
FlowAnalysis\NullableWalker.cs (6)
4616
SetConditionalState
(StateWhenFalse, StateWhenTrue);
6825
SetConditionalState
(newWhenTrue, whenFalse: State);
10314
SetConditionalState
(StateWhenFalse, StateWhenTrue);
10329
SetConditionalState
(StateWhenFalse, StateWhenTrue);
10608
SetConditionalState
(stateWhenNotNull, State);
11282
SetConditionalState
(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
387
SetConditionalState
(nodeState.StateWhenTrue, nodeState.StateWhenFalse);
1019
SetConditionalState
(trueState, falseState);