49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
160SetState(StateWhenTrue); 726SetState(breakState); 964SetState(this.StateWhenFalse); 969SetState(this.StateWhenTrue); 1784SetState(trueState); 1787SetState(falseState); 1836SetState(initialState.Clone()); 1857SetState(finallyState); 1891SetState(endState); 1983SetState(StateWhenTrue); 2346SetState(bodyState); 2488SetState(isAnd ? leftTrue : leftFalse); 2864SetState(bodyState); 3086SetState(stateWhenNotNull); 3313SetState(state); 3339SetState(this.StateWhenTrue); 3481SetState(UnreachableState()); 3483SetState(savedState); 3563this.SetState(this.StateWhenFalse); 3568this.SetState(this.StateWhenTrue); 3735SetState(savedState); 3744SetState(savedState); 3837SetState(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)
2010SetState(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3622SetState(currentState); 5060SetState(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull)); 5068SetState(stateAfterLeft); 6222SetState(state); 6234SetState(state); 6259this.SetState(state); 7468SetState(StateWhenFalse); 7475SetState(StateWhenTrue); 7770SetState(StateWhenTrue); 7776SetState(originalWhenFalse); 8574this.SetState(savedState); 12375SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
39SetState(currentState); 319SetState(UnreachableState()); 429SetState(nodeState.State); 920SetState(getStateForArm(arm, labelStateMap)); 946SetState(endState);