22 references to SetConditionalState
Microsoft.CodeAnalysis.CSharp (22)
FlowAnalysis\AbstractFlowPass.cs (12)
127SetConditionalState(state.whenTrue, state.whenFalse); 150SetConditionalState(State, State.Clone()); 637SetConditionalState(this.State, UnreachableState()); 642SetConditionalState(UnreachableState(), this.State); 949SetConditionalState(StateWhenFalse, StateWhenTrue); 965SetConditionalState(UnreachableState(), this.State); 970SetConditionalState(this.State, UnreachableState()); 975SetConditionalState(this.StateWhenFalse, this.StateWhenTrue); 2552SetConditionalState(resultTrue, resultFalse); 2703SetConditionalState(StateWhenFalse, StateWhenTrue); 2794SetConditionalState(StateWhenFalse, StateWhenTrue); 2939SetConditionalState(stateWhenNotNull, State);
FlowAnalysis\DefiniteAssignment.cs (2)
1950SetConditionalState(this.State, whenFail); 2382SetConditionalState(whenTrue, whenFalse);
FlowAnalysis\NullableWalker.cs (6)
5586SetConditionalState(StateWhenFalse, StateWhenTrue); 8496SetConditionalState(newWhenTrue, whenFalse: State); 12809SetConditionalState(StateWhenFalse, StateWhenTrue); 12824SetConditionalState(StateWhenFalse, StateWhenTrue); 13203SetConditionalState(stateWhenNotNull, State); 13931SetConditionalState(conditionalState.StateWhenTrue, conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (2)
430SetConditionalState(nodeState.StateWhenTrue, nodeState.StateWhenFalse); 1258SetConditionalState(trueState, falseState);