2 references to CanReturn
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (1)
109
tailCall = labelInfo.
CanReturn
? CompilationFlags.EmitAsTail : CompilationFlags.EmitAsNoTail;
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
62
if (g != null && (g.Value == null || !Significant(g.Value)) && ReferenceLabel(g.Target).
CanReturn
) {