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)
3644
SetState
(currentState);
5137
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5145
SetState
(stateAfterLeft);
6357
SetState
(state);
6369
SetState
(state);
6394
this.
SetState
(state);
7766
SetState
(StateWhenFalse);
7773
SetState
(StateWhenTrue);
8068
SetState
(StateWhenTrue);
8074
SetState
(originalWhenFalse);
8910
this.
SetState
(savedState);
12154
SetState
(isAnd ? leftTrue : leftFalse);
12174
SetState
(isAnd ? leftTrue : leftFalse);
12200
SetState
(leftState);
12226
SetState
(rightState);
13014
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);