5 references to FlowAnalysisPass
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Statements.cs (1)
626block = FlowAnalysisPass.AppendImplicitReturn(block, localSymbol);
BoundTree\UnboundLambda.cs (1)
880block = FlowAnalysisPass.AppendImplicitReturn(block, lambdaSymbol);
Compiler\MethodCompiler.cs (1)
1102flowAnalyzedBody = FlowAnalysisPass.Rewrite(methodSymbol, body, compilationState, diagsForCurrentMethod, hasTrailingExpression: hasTrailingExpression, originalBodyNested: originalBodyNested);
Lowering\ClosureConversion\ClosureConversion.cs (2)
354FlowAnalysisPass.AppendImplicitReturn( 551FlowAnalysisPass.AppendImplicitReturn(