55 references to SetState
Microsoft.CodeAnalysis.CSharp (55)
FlowAnalysis\AbstractFlowPass.cs (23)
159
SetState
(StateWhenTrue);
726
SetState
(breakState);
1012
SetState
(this.StateWhenFalse);
1017
SetState
(this.StateWhenTrue);
1831
SetState
(trueState);
1834
SetState
(falseState);
1883
SetState
(initialState.Clone());
1904
SetState
(finallyState);
1938
SetState
(endState);
2030
SetState
(StateWhenTrue);
2395
SetState
(bodyState);
2560
SetState
(isAnd ? leftTrue : leftFalse);
2934
SetState
(bodyState);
3156
SetState
(stateWhenNotNull);
3383
SetState
(state);
3409
SetState
(this.StateWhenTrue);
3551
SetState
(UnreachableState());
3553
SetState
(savedState);
3633
this.
SetState
(this.StateWhenFalse);
3638
this.
SetState
(this.StateWhenTrue);
3815
SetState
(savedState);
3824
SetState
(savedState);
3917
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)
1948
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3724
SetState
(currentState);
5458
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5466
SetState
(stateAfterLeft);
6680
SetState
(state);
6692
SetState
(state);
6717
this.
SetState
(state);
8156
SetState
(StateWhenFalse);
8163
SetState
(StateWhenTrue);
8459
SetState
(StateWhenTrue);
8465
SetState
(originalWhenFalse);
9377
this.
SetState
(savedState);
12947
SetState
(isAnd ? leftTrue : leftFalse);
12967
SetState
(isAnd ? leftTrue : leftFalse);
12993
SetState
(leftState);
13019
SetState
(rightState);
13859
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
40
SetState
(currentState);
308
SetState
(labelResult.state);
321
SetState
(UnreachableState());
432
SetState
(nodeState.State);
1001
SetState
(defaultLabelState.state);
1022
SetState
(getStateForArm(arm, labelStateMap));
1048
SetState
(endState);