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)
2705Join(ref self, ref tryState); 2815Join(ref State, ref parameterDefaultsNotAssignedState); 2932Join(ref joinedState, ref this.StateWhenFalse); 3362if (Join(ref localFunctionState.StartingState, ref state) && 4987Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 5575Join(ref this.State, ref leftState); 5800Join(ref savedState, ref State); 5832Join(ref this.State, ref savedState); 5897Join(ref this.State, ref consequenceState); 11519Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 12168Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 12169Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 12174Join(ref State, ref other.State); 12186Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (4)
814Join(ref result.StateWhenTrue, ref state); 815Join(ref result.StateWhenFalse, ref state); 818Join(ref result.State, ref state); 937Join(ref endState, ref this.State);