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)
2847Join(ref self, ref tryState); 2997Join(ref State, ref parameterDefaultsNotAssignedState); 3114Join(ref joinedState, ref this.StateWhenFalse); 3544if (Join(ref localFunctionState.StartingState, ref state) && 5420Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 6065Join(ref this.State, ref leftState); 6291Join(ref savedState, ref State); 6323Join(ref this.State, ref savedState); 6388Join(ref this.State, ref consequenceState); 12661Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 13312Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 13313Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 13318Join(ref State, ref other.State); 13330Join(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);