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)
2822Join(ref self, ref tryState); 2972Join(ref State, ref parameterDefaultsNotAssignedState); 3089Join(ref joinedState, ref this.StateWhenFalse); 3520if (Join(ref localFunctionState.StartingState, ref state) && 5204Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 5849Join(ref this.State, ref leftState); 6075Join(ref savedState, ref State); 6107Join(ref this.State, ref savedState); 6172Join(ref this.State, ref consequenceState); 12315Join(ref stateWhenNotNull, ref conditionalStateWhenNotNull.StateWhenFalse); 12964Join(ref StateWhenTrue, ref otherIsConditional ? ref other.StateWhenTrue : ref other.State); 12965Join(ref StateWhenFalse, ref otherIsConditional ? ref other.StateWhenFalse : ref other.State); 12970Join(ref State, ref other.State); 12982Join(ref state, ref conditionalState.StateWhenFalse);
FlowAnalysis\NullableWalker_Patterns.cs (11)
780Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 781Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 785Join(ref this.StateWhenTrue, ref stateAndReachable.state.State); 786Join(ref this.StateWhenFalse, ref stateAndReachable.state.State); 791Join(ref this.StateWhenTrue, ref stateAndReachable.state.StateWhenTrue); 792Join(ref this.StateWhenFalse, ref stateAndReachable.state.StateWhenFalse); 795Join(ref this.State, ref stateAndReachable.state.State); 814Join(ref result.StateWhenTrue, ref state); 815Join(ref result.StateWhenFalse, ref state); 818Join(ref result.State, ref state); 937Join(ref endState, ref this.State);