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)
2884
Join
(ref self, ref tryState);
3034
Join
(ref State, ref parameterDefaultsNotAssignedState);
3151
Join
(ref joinedState, ref this.StateWhenFalse);
3581
if (
Join
(ref localFunctionState.StartingState, ref state) &&
5532
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
6177
Join
(ref this.State, ref leftState);
6405
Join
(ref savedState, ref State);
6437
Join
(ref this.State, ref savedState);
6502
Join
(ref this.State, ref consequenceState);
13130
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
13833
Join
(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
13834
Join
(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State);
13839
Join
(ref State, ref other.State);
13851
Join
(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
891
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
892
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
896
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.State);
897
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.State);
902
Join
(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue);
903
Join
(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse);
906
Join
(ref this.State, ref stateAndReachable.state.State);
925
Join
(ref result.StateWhenTrue, ref state);
926
Join
(ref result.StateWhenFalse, ref state);
929
Join
(ref result.State, ref state);
1039
Join
(ref endState, ref this.State);