Base:
method
Join
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Join(ref TLocalState, ref TLocalState)
25 references to Join
Microsoft.CodeAnalysis.CSharp (25)
FlowAnalysis\NullableWalker_Patterns.cs (11)
898Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 899Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 903Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 904Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 909Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 910Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 913Join(ref this.State, ref stateAndReachable.state.State); 937Join(ref result.StateWhenTrue, ref state); 938Join(ref result.StateWhenFalse, ref state); 941Join(ref result.State, ref state); 1131Join(ref endState, ref this.State);
FlowAnalysis\NullableWalker.cs (14)
2879Join(ref self, ref tryState); 3029Join(ref State, ref parameterDefaultsNotAssignedState); 3146Join(ref joinedState, ref this.StateWhenFalse); 3576if (Join(ref localFunctionState.StartingState, ref state) && 5516Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 6161Join(ref this.State, ref leftState); 6389Join(ref savedState, ref State); 6421Join(ref this.State, ref savedState); 6486Join(ref this.State, ref consequenceState); 13188Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 13891Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 13892Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 13897Join(ref State, ref other.State); 13909Join(ref state, ref conditionalState.StateWhenFalse);