Base:
method
Join
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Join(ref TLocalState, ref TLocalState)
18 references to Join
Microsoft.CodeAnalysis.CSharp (18)
FlowAnalysis\NullableWalker.cs (14)
2766
Join
(ref self, ref tryState);
2876
Join
(ref State, ref parameterDefaultsNotAssignedState);
2993
Join
(ref joinedState, ref this.StateWhenFalse);
3423
if (
Join
(ref localFunctionState.StartingState, ref state) &&
5048
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
5636
Join
(ref this.State, ref leftState);
5861
Join
(ref savedState, ref State);
5893
Join
(ref this.State, ref savedState);
5958
Join
(ref this.State, ref consequenceState);
11580
Join
(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse);
12229
Join
(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State);
12230
Join
(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State);
12235
Join
(ref State, ref other.State);
12247
Join
(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (4)
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);