51 references to SetState
Microsoft.CodeAnalysis.CSharp (51)
FlowAnalysis\AbstractFlowPass.cs (23)
160
SetState
(StateWhenTrue);
719
SetState
(breakState);
957
SetState
(this.StateWhenFalse);
962
SetState
(this.StateWhenTrue);
1662
SetState
(trueState);
1665
SetState
(falseState);
1688
SetState
(initialState.Clone());
1709
SetState
(finallyState);
1743
SetState
(endState);
1835
SetState
(StateWhenTrue);
2166
SetState
(bodyState);
2289
SetState
(isAnd ? leftTrue : leftFalse);
2661
SetState
(bodyState);
2883
SetState
(stateWhenNotNull);
3105
SetState
(state);
3131
SetState
(this.StateWhenTrue);
3273
SetState
(UnreachableState());
3275
SetState
(savedState);
3355
this.
SetState
(this.StateWhenFalse);
3360
this.
SetState
(this.StateWhenTrue);
3527
SetState
(savedState);
3536
SetState
(savedState);
3629
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)
1857
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3281
SetState
(currentState);
4486
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
4494
SetState
(stateAfterLeft);
5589
SetState
(state);
5601
SetState
(state);
5618
this.
SetState
(state);
6514
SetState
(StateWhenFalse);
6522
SetState
(StateWhenTrue);
6815
SetState
(StateWhenTrue);
6821
SetState
(originalWhenFalse);
7563
this.
SetState
(savedState);
11278
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
39
SetState
(currentState);
268
SetState
(labelResult.state);
281
SetState
(UnreachableState());
391
SetState
(nodeState.State);
859
SetState
(defaultLabelState.state);
880
SetState
(getStateForArm(arm, labelStateMap));
903
SetState
(endState);