3 references to UpdateEmitAsTailCallFlag
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (1)
110
flags =
UpdateEmitAsTailCallFlag
(flags, tailCall);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (1)
206
flags =
UpdateEmitAsTailCallFlag
(flags, CompilationFlags.EmitAsNoTail);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
75
flags =
UpdateEmitAsTailCallFlag
(flags, tailCallFlag);