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); 2853SetState(bodyState); 3075SetState(stateWhenNotNull); 3297SetState(state); 3323SetState(this.StateWhenTrue); 3465SetState(UnreachableState()); 3467SetState(savedState); 3547this.SetState(this.StateWhenFalse); 3552this.SetState(this.StateWhenTrue); 3719SetState(savedState); 3728SetState(savedState); 3821SetState(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)
3480SetState(currentState); 4913SetState(getUnconditionalStateWhenNotNull(rightOperand, conditionalStateWhenNotNull)); 4921SetState(stateAfterLeft); 6075SetState(state); 6087SetState(state); 6112this.SetState(state); 7307SetState(StateWhenFalse); 7314SetState(StateWhenTrue); 7609SetState(StateWhenTrue); 7615SetState(originalWhenFalse); 8411this.SetState(savedState); 12194SetState(conditionalState.State);
FlowAnalysis\NullableWalker_Patterns.cs (5)
39SetState(currentState); 319SetState(UnreachableState()); 429SetState(nodeState.State); 920SetState(getStateForArm(arm, labelStateMap)); 946SetState(endState);