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);
1783
SetState
(trueState);
1786
SetState
(falseState);
1835
SetState
(initialState.Clone());
1856
SetState
(finallyState);
1890
SetState
(endState);
1982
SetState
(StateWhenTrue);
2345
SetState
(bodyState);
2510
SetState
(isAnd ? leftTrue : leftFalse);
2884
SetState
(bodyState);
3106
SetState
(stateWhenNotNull);
3333
SetState
(state);
3359
SetState
(this.StateWhenTrue);
3501
SetState
(UnreachableState());
3503
SetState
(savedState);
3583
this.
SetState
(this.StateWhenFalse);
3588
this.
SetState
(this.StateWhenTrue);
3755
SetState
(savedState);
3764
SetState
(savedState);
3857
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)
1996
SetState
(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (16)
3644
SetState
(currentState);
5137
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5145
SetState
(stateAfterLeft);
6357
SetState
(state);
6369
SetState
(state);
6394
this.
SetState
(state);
7765
SetState
(StateWhenFalse);
7772
SetState
(StateWhenTrue);
8067
SetState
(StateWhenTrue);
8073
SetState
(originalWhenFalse);
8909
this.
SetState
(savedState);
12153
SetState
(isAnd ? leftTrue : leftFalse);
12173
SetState
(isAnd ? leftTrue : leftFalse);
12199
SetState
(leftState);
12225
SetState
(rightState);
13013
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);