23 references to Call
Microsoft.AspNetCore.Http.Extensions (3)
src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
284Expression.Call( 310Expression.Call( 323Expression.Call(
Microsoft.AspNetCore.Mvc.Core (3)
src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
284Expression.Call( 310Expression.Call( 323Expression.Call(
Microsoft.AspNetCore.SignalR.Core (3)
src\aspnetcore\src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
284Expression.Call( 310Expression.Call( 323Expression.Call(
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComClassMetaObject.cs (1)
21Expression.Call(
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
363Expression.Call( 375Expression.Call(
Microsoft\CSharp\RuntimeBinder\ComInterop\DateTimeArgBuilder.cs (1)
23return Expression.Call(
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantBuilder.cs (2)
133return Expression.Call(TempVariable, typeof(ComVariant).GetMethod(nameof(ComVariant.Dispose))); 151return Expression.Call(_variant, typeof(ComVariant).GetMethod(nameof(ComVariant.Dispose)));
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
894Expression.Call(
System.Composition.TypedParts (1)
System\Composition\TypedParts\ActivationFeatures\OnImportsSatisfiedFeature.cs (1)
52Expression.Call(Expression.Convert(ois, partType.AsType()), m), ois).Compile();
System.Linq.Expressions (6)
System\Dynamic\DynamicObject.cs (1)
621Expression.Call(
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
189expr = Expression.Call(expr, LambdaExpression.GetCompileMethod(expr.Type));
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2672Expression.Call(
System\Linq\Expressions\MethodCallExpression.cs (2)
636return Expression.Call(instance, Method); 1198return Call(instance, method);
System\Linq\Expressions\TypeBinaryExpression.cs (1)
107Expression getType = Expression.Call(value, Object_GetType);