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);
1782
SetState
(trueState);
1785
SetState
(falseState);
1834
SetState
(initialState.Clone());
1855
SetState
(finallyState);
1889
SetState
(endState);
1981
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);
3766
SetState
(savedState);
3775
SetState
(savedState);
3868
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);
5346
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5354
SetState
(stateAfterLeft);
6566
SetState
(state);
6578
SetState
(state);
6603
this.
SetState
(state);
8015
SetState
(StateWhenFalse);
8022
SetState
(StateWhenTrue);
8317
SetState
(StateWhenTrue);
8323
SetState
(originalWhenFalse);
9216
this.
SetState
(savedState);
12476
SetState
(isAnd ? leftTrue : leftFalse);
12496
SetState
(isAnd ? leftTrue : leftFalse);
12522
SetState
(leftState);
12548
SetState
(rightState);
13338
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
39
SetState
(currentState);
306
SetState
(labelResult.state);
319
SetState
(UnreachableState());
430
SetState
(nodeState.State);
999
SetState
(defaultLabelState.state);
1020
SetState
(getStateForArm(arm, labelStateMap));
1046
SetState
(endState);