Base:
method
Join
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Join(ref TLocalState, ref TLocalState)
25 references to Join
Microsoft.CodeAnalysis.CSharp (25)
FlowAnalysis\NullableWalker.cs (14)
2848Join(ref self, ref tryState); 2998Join(ref State, ref parameterDefaultsNotAssignedState); 3115Join(ref joinedState, ref this.StateWhenFalse); 3545if (Join(ref localFunctionState.StartingState, ref state) && 5492Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 6137Join(ref this.State, ref leftState); 6365Join(ref savedState, ref State); 6397Join(ref this.State, ref savedState); 6462Join(ref this.State, ref consequenceState); 13075Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 13777Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 13778Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 13783Join(ref State, ref other.State); 13795Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
889Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 890Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 894Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 895Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 900Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 901Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 904Join(ref this.State, ref stateAndReachable.state.State); 923Join(ref result.StateWhenTrue, ref state); 924Join(ref result.StateWhenFalse, ref state); 927Join(ref result.State, ref state); 1037Join(ref endState, ref this.State);