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)
2893Join(ref self, ref tryState); 3043Join(ref State, ref parameterDefaultsNotAssignedState); 3160Join(ref joinedState, ref this.StateWhenFalse); 3590if (Join(ref localFunctionState.StartingState, ref state) && 5530Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 6175Join(ref this.State, ref leftState); 6403Join(ref savedState, ref State); 6435Join(ref this.State, ref savedState); 6500Join(ref this.State, ref consequenceState); 13198Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 13901Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 13902Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 13907Join(ref State, ref other.State); 13919Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
891Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 892Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 896Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 897Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 902Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 903Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 906Join(ref this.State, ref stateAndReachable.state.State); 925Join(ref result.StateWhenTrue, ref state); 926Join(ref result.StateWhenFalse, ref state); 929Join(ref result.State, ref state); 1093Join(ref endState, ref this.State);