1 write to ReturnLabel
System.Linq.Expressions (1)
System\Runtime\CompilerServices\CallSiteBinder.cs (1)
72
ReturnLabel
= Expression.Label(invoke.GetReturnType());
3 references to ReturnLabel
System.Linq.Expressions (3)
System\Runtime\CompilerServices\CallSiteBinder.cs (3)
120
Expression binding = Bind(args, signature.Parameters, signature.
ReturnLabel
);
176
signature.
ReturnLabel
,
182
Expression.Default(signature.
ReturnLabel
.Type),