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