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)
2848
Join
(ref self, ref tryState);
2998
Join
(ref State, ref parameterDefaultsNotAssignedState);
3115
Join
(ref joinedState, ref this.StateWhenFalse);
3545
if (
Join
(ref localFunctionState.StartingState, ref state) &&
5492
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
6137
Join
(ref this.State, ref leftState);
6365
Join
(ref savedState, ref State);
6397
Join
(ref this.State, ref savedState);
6462
Join
(ref this.State, ref consequenceState);
13075
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
13777
Join
(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
13778
Join
(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State);
13783
Join
(ref State, ref other.State);
13795
Join
(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
889
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
890
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
894
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.State);
895
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.State);
900
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
901
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
904
Join
(ref this.State, ref stateAndReachable.state.State);
923
Join
(ref result.StateWhenTrue, ref state);
924
Join
(ref result.StateWhenFalse, ref state);
927
Join
(ref result.State, ref state);
1037
Join
(ref endState, ref this.State);