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)
1947
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3660
SetState
(currentState);
5189
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5197
SetState
(stateAfterLeft);
6409
SetState
(state);
6421
SetState
(state);
6446
this.
SetState
(state);
7859
SetState
(StateWhenFalse);
7866
SetState
(StateWhenTrue);
8161
SetState
(StateWhenTrue);
8167
SetState
(originalWhenFalse);
9049
this.
SetState
(savedState);
12293
SetState
(isAnd ? leftTrue : leftFalse);
12313
SetState
(isAnd ? leftTrue : leftFalse);
12339
SetState
(leftState);
12365
SetState
(rightState);
13153
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);