55 references to SetState
Microsoft.CodeAnalysis.CSharp (55)
FlowAnalysis\AbstractFlowPass.cs (23)
159
SetState
(StateWhenTrue);
725
SetState
(breakState);
963
SetState
(this.StateWhenFalse);
968
SetState
(this.StateWhenTrue);
1784
SetState
(trueState);
1787
SetState
(falseState);
1836
SetState
(initialState.Clone());
1857
SetState
(finallyState);
1891
SetState
(endState);
1983
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);
3757
SetState
(savedState);
3766
SetState
(savedState);
3859
SetState
(initialState);
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\DefiniteAssignment.cs (1)
1947
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3659
SetState
(currentState);
5188
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5196
SetState
(stateAfterLeft);
6408
SetState
(state);
6420
SetState
(state);
6445
this.
SetState
(state);
7858
SetState
(StateWhenFalse);
7865
SetState
(StateWhenTrue);
8160
SetState
(StateWhenTrue);
8166
SetState
(originalWhenFalse);
9048
this.
SetState
(savedState);
12292
SetState
(isAnd ? leftTrue : leftFalse);
12312
SetState
(isAnd ? leftTrue : leftFalse);
12338
SetState
(leftState);
12364
SetState
(rightState);
13154
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
39
SetState
(currentState);
306
SetState
(labelResult.state);
319
SetState
(UnreachableState());
429
SetState
(nodeState.State);
901
SetState
(defaultLabelState.state);
922
SetState
(getStateForArm(arm, labelStateMap));
948
SetState
(endState);