49 references to SetState
Microsoft.CodeAnalysis.CSharp (49)
FlowAnalysis\AbstractFlowPass.cs (23)
159SetState(StateWhenTrue); 725SetState(breakState); 963SetState(this.StateWhenFalse); 968SetState(this.StateWhenTrue); 1783SetState(trueState); 1786SetState(falseState); 1835SetState(initialState.Clone()); 1856SetState(finallyState); 1890SetState(endState); 1982SetState(StateWhenTrue); 2345SetState(bodyState); 2487SetState(isAnd ? leftTrue : leftFalse); 2863SetState(bodyState); 3085SetState(stateWhenNotNull); 3312SetState(state); 3338SetState(this.StateWhenTrue); 3480SetState(UnreachableState()); 3482SetState(savedState); 3562this.SetState(this.StateWhenFalse); 3567this.SetState(this.StateWhenTrue); 3734SetState(savedState); 3743SetState(savedState); 3836SetState(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)
1995SetState(StateWhenTrue);
FlowAnalysis\NullableWalker.cs (12)
3638SetState(currentState); 5076SetState(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull)); 5084SetState(stateAfterLeft); 6234SetState(state); 6246SetState(state); 6271this.SetState(state); 7595SetState(StateWhenFalse); 7602SetState(StateWhenTrue); 7897SetState(StateWhenTrue); 7903SetState(originalWhenFalse); 8707this.SetState(savedState); 12553SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
39SetState(currentState); 319SetState(UnreachableState()); 429SetState(nodeState.State); 920SetState(getStateForArm(arm, labelStateMap)); 946SetState(endState);