49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
160
SetState
(StateWhenTrue);
726
SetState
(breakState);
964
SetState
(this.StateWhenFalse);
969
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);
2488
SetState
(isAnd ? leftTrue : leftFalse);
2864
SetState
(bodyState);
3086
SetState
(stateWhenNotNull);
3313
SetState
(state);
3339
SetState
(this.StateWhenTrue);
3481
SetState
(UnreachableState());
3483
SetState
(savedState);
3563
this.
SetState
(this.StateWhenFalse);
3568
this.
SetState
(this.StateWhenTrue);
3735
SetState
(savedState);
3744
SetState
(savedState);
3837
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)
2010
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3622
SetState
(currentState);
5060
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5068
SetState
(stateAfterLeft);
6222
SetState
(state);
6234
SetState
(state);
6259
this.
SetState
(state);
7468
SetState
(StateWhenFalse);
7475
SetState
(StateWhenTrue);
7770
SetState
(StateWhenTrue);
7776
SetState
(originalWhenFalse);
8574
this.
SetState
(savedState);
12375
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
39
SetState
(currentState);
319
SetState
(UnreachableState());
429
SetState
(nodeState.State);
920
SetState
(getStateForArm(arm, labelStateMap));
946
SetState
(endState);