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)
2828Join(ref self, ref tryState); 2978Join(ref State, ref parameterDefaultsNotAssignedState); 3095Join(ref joinedState, ref this.StateWhenFalse); 3526if (Join(ref localFunctionState.StartingState, ref state) && 5211Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 5856Join(ref this.State, ref leftState); 6082Join(ref savedState, ref State); 6114Join(ref this.State, ref savedState); 6179Join(ref this.State, ref consequenceState); 12339Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 12988Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 12989Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 12994Join(ref State, ref other.State); 13006Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
782Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 783Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 787Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 788Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 793Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 794Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 797Join(ref this.State, ref stateAndReachable.state.State); 816Join(ref result.StateWhenTrue, ref state); 817Join(ref result.StateWhenFalse, ref state); 820Join(ref result.State, ref state); 939Join(ref endState, ref this.State);