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)
2847
Join
(ref self, ref tryState);
2997
Join
(ref State, ref parameterDefaultsNotAssignedState);
3114
Join
(ref joinedState, ref this.StateWhenFalse);
3544
if (
Join
(ref localFunctionState.StartingState, ref state) &&
5420
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
6065
Join
(ref this.State, ref leftState);
6291
Join
(ref savedState, ref State);
6323
Join
(ref this.State, ref savedState);
6388
Join
(ref this.State, ref consequenceState);
12661
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
13312
Join
(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
13313
Join
(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State);
13318
Join
(ref State, ref other.State);
13330
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);