49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
159
SetState
(StateWhenTrue);
725
SetState
(breakState);
963
SetState
(this.StateWhenFalse);
968
SetState
(this.StateWhenTrue);
1783
SetState
(trueState);
1786
SetState
(falseState);
1835
SetState
(initialState.Clone());
1856
SetState
(finallyState);
1890
SetState
(endState);
1982
SetState
(StateWhenTrue);
2345
SetState
(bodyState);
2487
SetState
(isAnd ? leftTrue : leftFalse);
2863
SetState
(bodyState);
3085
SetState
(stateWhenNotNull);
3312
SetState
(state);
3338
SetState
(this.StateWhenTrue);
3480
SetState
(UnreachableState());
3482
SetState
(savedState);
3562
this.
SetState
(this.StateWhenFalse);
3567
this.
SetState
(this.StateWhenTrue);
3734
SetState
(savedState);
3743
SetState
(savedState);
3836
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)
1995
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3638
SetState
(currentState);
5076
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5084
SetState
(stateAfterLeft);
6234
SetState
(state);
6246
SetState
(state);
6271
this.
SetState
(state);
7595
SetState
(StateWhenFalse);
7602
SetState
(StateWhenTrue);
7897
SetState
(StateWhenTrue);
7903
SetState
(originalWhenFalse);
8707
this.
SetState
(savedState);
12553
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);