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