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);
2346
SetState
(bodyState);
2511
SetState
(isAnd ? leftTrue : leftFalse);
2885
SetState
(bodyState);
3107
SetState
(stateWhenNotNull);
3334
SetState
(state);
3360
SetState
(this.StateWhenTrue);
3502
SetState
(UnreachableState());
3504
SetState
(savedState);
3584
this.
SetState
(this.StateWhenFalse);
3589
this.
SetState
(this.StateWhenTrue);
3756
SetState
(savedState);
3765
SetState
(savedState);
3858
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)
1996
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3662
SetState
(currentState);
5192
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5200
SetState
(stateAfterLeft);
6412
SetState
(state);
6424
SetState
(state);
6449
this.
SetState
(state);
7821
SetState
(StateWhenFalse);
7828
SetState
(StateWhenTrue);
8123
SetState
(StateWhenTrue);
8129
SetState
(originalWhenFalse);
9011
this.
SetState
(savedState);
12255
SetState
(isAnd ? leftTrue : leftFalse);
12275
SetState
(isAnd ? leftTrue : leftFalse);
12301
SetState
(leftState);
12327
SetState
(rightState);
13115
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);