53 references to SetState
Microsoft.CodeAnalysis.CSharp (53)
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)
3638
SetState
(currentState);
5130
SetState
(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull));
5138
SetState
(stateAfterLeft);
6350
SetState
(state);
6362
SetState
(state);
6387
this.
SetState
(state);
7763
SetState
(StateWhenFalse);
7770
SetState
(StateWhenTrue);
8065
SetState
(StateWhenTrue);
8071
SetState
(originalWhenFalse);
8906
this.
SetState
(savedState);
12130
SetState
(isAnd ? leftTrue : leftFalse);
12150
SetState
(isAnd ? leftTrue : leftFalse);
12176
SetState
(leftState);
12202
SetState
(rightState);
12990
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);