49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
160
SetState
(StateWhenTrue);
726
SetState
(breakState);
964
SetState
(this.StateWhenFalse);
969
SetState
(this.StateWhenTrue);
1777
SetState
(trueState);
1780
SetState
(falseState);
1829
SetState
(initialState.Clone());
1850
SetState
(finallyState);
1884
SetState
(endState);
1976
SetState
(StateWhenTrue);
2339
SetState
(bodyState);
2481
SetState
(isAnd ? leftTrue : leftFalse);
2853
SetState
(bodyState);
3075
SetState
(stateWhenNotNull);
3297
SetState
(state);
3323
SetState
(this.StateWhenTrue);
3465
SetState
(UnreachableState());
3467
SetState
(savedState);
3547
this.
SetState
(this.StateWhenFalse);
3552
this.
SetState
(this.StateWhenTrue);
3719
SetState
(savedState);
3728
SetState
(savedState);
3821
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)
1983
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3480
SetState
(currentState);
4913
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
4921
SetState
(stateAfterLeft);
6075
SetState
(state);
6087
SetState
(state);
6112
this.
SetState
(state);
7307
SetState
(StateWhenFalse);
7314
SetState
(StateWhenTrue);
7609
SetState
(StateWhenTrue);
7615
SetState
(originalWhenFalse);
8411
this.
SetState
(savedState);
12194
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);