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