55 references to SetState
Microsoft.CodeAnalysis.CSharp (55)
FlowAnalysis\AbstractFlowPass_Switch.cs (8)
54
SetState
(initialState.Clone());
62
SetState
(StateWhenTrue);
66
SetState
(StateWhenTrue);
122
SetState
(UnreachableState());
163
SetState
(dispatchState.Clone());
165
SetState
(StateWhenTrue);
174
SetState
(StateWhenTrue);
181
SetState
(endState);
FlowAnalysis\AbstractFlowPass.cs (23)
159
SetState
(StateWhenTrue);
726
SetState
(breakState);
964
SetState
(this.StateWhenFalse);
969
SetState
(this.StateWhenTrue);
1783
SetState
(trueState);
1786
SetState
(falseState);
1835
SetState
(initialState.Clone());
1856
SetState
(finallyState);
1890
SetState
(endState);
1982
SetState
(StateWhenTrue);
2347
SetState
(bodyState);
2512
SetState
(isAnd ? leftTrue : leftFalse);
2886
SetState
(bodyState);
3108
SetState
(stateWhenNotNull);
3335
SetState
(state);
3361
SetState
(this.StateWhenTrue);
3503
SetState
(UnreachableState());
3505
SetState
(savedState);
3585
this.
SetState
(this.StateWhenFalse);
3590
this.
SetState
(this.StateWhenTrue);
3767
SetState
(savedState);
3776
SetState
(savedState);
3869
SetState
(initialState);
FlowAnalysis\DefiniteAssignment.cs (1)
1948
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker_Patterns.cs (7)
41
SetState
(currentState);
309
SetState
(labelResult.state);
322
SetState
(UnreachableState());
434
SetState
(nodeState.State);
1091
SetState
(defaultLabelState.state);
1114
SetState
(getStateForArm(arm, labelStateMap));
1140
SetState
(endState);
FlowAnalysis\NullableWalker.cs (16)
3733
SetState
(currentState);
5456
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5464
SetState
(stateAfterLeft);
6678
SetState
(state);
6690
SetState
(state);
6715
this.
SetState
(state);
8183
SetState
(StateWhenFalse);
8190
SetState
(StateWhenTrue);
8486
SetState
(StateWhenTrue);
8492
SetState
(originalWhenFalse);
9404
this.
SetState
(savedState);
13015
SetState
(isAnd ? leftTrue : leftFalse);
13035
SetState
(isAnd ? leftTrue : leftFalse);
13061
SetState
(leftState);
13087
SetState
(rightState);
13927
SetState
(conditionalState.State);