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)
128Join(ref _endOfRegionState, ref StateWhenFalse); 139Join(ref _endOfRegionState, ref branch.State);
FlowAnalysis\DefiniteAssignment.cs (3)
396Join(ref savedState, ref this.State); 2457Join(ref stateAfterLambda, ref this.State); // a no-op except in region analysis 2471Join(ref stateAfterLambda, ref this.State); // a no-op except in region analysis