55 references to SetState
Microsoft.CodeAnalysis.CSharp (55)
FlowAnalysis\AbstractFlowPass.cs (23)
159
SetState
(StateWhenTrue);
726
SetState
(breakState);
964
SetState
(this.StateWhenFalse);
969
SetState
(this.StateWhenTrue);
1783
SetState
(trueState);
1786
SetState
(falseState);
1835
SetState
(initialState.Clone());
1856
SetState
(finallyState);
1890
SetState
(endState);
1982
SetState
(StateWhenTrue);
2347
SetState
(bodyState);
2512
SetState
(isAnd ? leftTrue : leftFalse);
2886
SetState
(bodyState);
3108
SetState
(stateWhenNotNull);
3335
SetState
(state);
3361
SetState
(this.StateWhenTrue);
3503
SetState
(UnreachableState());
3505
SetState
(savedState);
3585
this.
SetState
(this.StateWhenFalse);
3590
this.
SetState
(this.StateWhenTrue);
3767
SetState
(savedState);
3776
SetState
(savedState);
3869
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)
1948
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3724
SetState
(currentState);
5458
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5466
SetState
(stateAfterLeft);
6680
SetState
(state);
6692
SetState
(state);
6717
this.
SetState
(state);
8156
SetState
(StateWhenFalse);
8163
SetState
(StateWhenTrue);
8459
SetState
(StateWhenTrue);
8465
SetState
(originalWhenFalse);
9377
this.
SetState
(savedState);
12947
SetState
(isAnd ? leftTrue : leftFalse);
12967
SetState
(isAnd ? leftTrue : leftFalse);
12993
SetState
(leftState);
13019
SetState
(rightState);
13859
SetState
(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
40
SetState
(currentState);
308
SetState
(labelResult.state);
321
SetState
(UnreachableState());
432
SetState
(nodeState.State);
1001
SetState
(defaultLabelState.state);
1022
SetState
(getStateForArm(arm, labelStateMap));
1048
SetState
(endState);