51 references to SetState
Microsoft.CodeAnalysis.CSharp (51)
FlowAnalysis\AbstractFlowPass.cs (23)
160SetState(StateWhenTrue); 719SetState(breakState); 957SetState(this.StateWhenFalse); 962SetState(this.StateWhenTrue); 1662SetState(trueState); 1665SetState(falseState); 1688SetState(initialState.Clone()); 1709SetState(finallyState); 1743SetState(endState); 1835SetState(StateWhenTrue); 2166SetState(bodyState); 2289SetState(isAnd ? leftTrue : leftFalse); 2661SetState(bodyState); 2883SetState(stateWhenNotNull); 3105SetState(state); 3131SetState(this.StateWhenTrue); 3273SetState(UnreachableState()); 3275SetState(savedState); 3355this.SetState(this.StateWhenFalse); 3360this.SetState(this.StateWhenTrue); 3527SetState(savedState); 3536SetState(savedState); 3629SetState(initialState);
FlowAnalysis\AbstractFlowPass_Switch.cs (8)
54SetState(initialState.Clone()); 62SetState(StateWhenTrue); 66SetState(StateWhenTrue); 122SetState(UnreachableState()); 163SetState(dispatchState.Clone()); 165SetState(StateWhenTrue); 174SetState(StateWhenTrue); 181SetState(endState);
FlowAnalysis\DefiniteAssignment.cs (1)
1857SetState(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3281SetState(currentState); 4486SetState(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull)); 4494SetState(stateAfterLeft); 5589SetState(state); 5601SetState(state); 5618this.SetState(state); 6514SetState(StateWhenFalse); 6522SetState(StateWhenTrue); 6815SetState(StateWhenTrue); 6821SetState(originalWhenFalse); 7563this.SetState(savedState); 11278SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (7)
39SetState(currentState); 268SetState(labelResult.state); 281SetState(UnreachableState()); 391SetState(nodeState.State); 859SetState(defaultLabelState.state); 880SetState(getStateForArm(arm, labelStateMap)); 903SetState(endState);