Base:
method
Join
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.Join(ref TLocalState, ref TLocalState)
5 references to Join
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\AlwaysAssignedWalker.cs (2)
127Join(ref _endOfRegionState, ref StateWhenFalse); 138Join(ref _endOfRegionState, ref branch.State);
FlowAnalysis\DefiniteAssignment.cs (3)
388Join(ref savedState, ref this.State); 2445Join(ref stateAfterLambda, ref this.State); // a no-op except in region analysis 2459Join(ref stateAfterLambda, ref this.State); // a no-op except in region analysis