1 write to ReturnLabel
System.Core (1)
Microsoft\Scripting\Actions\CallSiteBinder.cs (1)
85
ReturnLabel
= Expression.Label(invoke.GetReturnType());
3 references to ReturnLabel
System.Core (3)
Microsoft\Scripting\Actions\CallSiteBinder.cs (3)
130
Expression binding = Bind(args, signature.Parameters, signature.
ReturnLabel
);
190
signature.
ReturnLabel
,
196
Expression.Default(signature.
ReturnLabel
.Type),