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)
2822
Join
(ref self, ref tryState);
2972
Join
(ref State, ref parameterDefaultsNotAssignedState);
3089
Join
(ref joinedState, ref this.StateWhenFalse);
3520
if (
Join
(ref localFunctionState.StartingState, ref state) &&
5204
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
5849
Join
(ref this.State, ref leftState);
6075
Join
(ref savedState, ref State);
6107
Join
(ref this.State, ref savedState);
6172
Join
(ref this.State, ref consequenceState);
12315
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
12964
Join
(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
12965
Join
(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State);
12970
Join
(ref State, ref other.State);
12982
Join
(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
780
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
781
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
785
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.State);
786
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.State);
791
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
792
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
795
Join
(ref this.State, ref stateAndReachable.state.State);
814
Join
(ref result.StateWhenTrue, ref state);
815
Join
(ref result.StateWhenFalse, ref state);
818
Join
(ref result.State, ref state);
937
Join
(ref endState, ref this.State);