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)
127
Join
(ref _endOfRegionState, ref StateWhenFalse);
138
Join
(ref _endOfRegionState, ref branch.State);
FlowAnalysis\DefiniteAssignment.cs (3)
388
Join
(ref savedState, ref this.State);
2445
Join
(ref stateAfterLambda, ref this.State); // a no-op except in region analysis
2459
Join
(ref stateAfterLambda, ref this.State); // a no-op except in region analysis