49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
160SetState(StateWhenTrue); 726SetState(breakState); 964SetState(this.StateWhenFalse); 969SetState(this.StateWhenTrue); 1777SetState(trueState); 1780SetState(falseState); 1829SetState(initialState.Clone()); 1850SetState(finallyState); 1884SetState(endState); 1976SetState(StateWhenTrue); 2339SetState(bodyState); 2481SetState(isAnd ? leftTrue : leftFalse); 2857SetState(bodyState); 3079SetState(stateWhenNotNull); 3306SetState(state); 3332SetState(this.StateWhenTrue); 3474SetState(UnreachableState()); 3476SetState(savedState); 3556this.SetState(this.StateWhenFalse); 3561this.SetState(this.StateWhenTrue); 3728SetState(savedState); 3737SetState(savedState); 3830SetState(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)
1983SetState(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3543SetState(currentState); 4979SetState(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull)); 4987SetState(stateAfterLeft); 6141SetState(state); 6153SetState(state); 6178this.SetState(state); 7379SetState(StateWhenFalse); 7386SetState(StateWhenTrue); 7681SetState(StateWhenTrue); 7687SetState(originalWhenFalse); 8483this.SetState(savedState); 12266SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
39SetState(currentState); 319SetState(UnreachableState()); 429SetState(nodeState.State); 920SetState(getStateForArm(arm, labelStateMap)); 946SetState(endState);