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)
2638Join(ref self, ref tryState); 2737Join(ref State, ref parameterDefaultsNotAssignedState); 2854Join(ref joinedState, ref this.StateWhenFalse); 3163if (Join(ref localFunctionState.StartingState, ref state) && 4560Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 5114Join(ref this.State, ref leftState); 5339Join(ref savedState, ref State); 5371Join(ref this.State, ref savedState); 5431Join(ref this.State, ref consequenceState); 10603Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 11252Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 11253Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 11258Join(ref State, ref other.State); 11270Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
740Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 741Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 745Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 746Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 751Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 752Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 755Join(ref this.State, ref stateAndReachable.state.State); 774Join(ref result.StateWhenTrue, ref state); 775Join(ref result.StateWhenFalse, ref state); 778Join(ref result.State, ref state); 897Join(ref endState, ref this.State);