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)
1123flowAnalyzedBody = FlowAnalysisPass.Rewrite(methodSymbol, body, compilationState, diagsForCurrentMethod, hasTrailingExpression: hasTrailingExpression, originalBodyNested: originalBodyNested);
Lowering\ClosureConversion\ClosureConversion.cs (2)
359FlowAnalysisPass.AppendImplicitReturn( 556FlowAnalysisPass.AppendImplicitReturn(