24 references to Call
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
238Expression.Call( 264Expression.Call( 277Expression.Call(
Microsoft.AspNetCore.Mvc.Core (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
238Expression.Call( 264Expression.Call( 277Expression.Call(
Microsoft.AspNetCore.OpenApi (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
238Expression.Call( 264Expression.Call( 277Expression.Call(
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
238Expression.Call( 264Expression.Call( 277Expression.Call(
Microsoft.AspNetCore.SignalR.Core (3)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (3)
238Expression.Call( 264Expression.Call( 277Expression.Call(
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (1)
HelperFactory.cs (1)
299return Expression.Call(input, ObjectToString);
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
905Expression.Call(
System.Composition.TypedParts (1)
System\Composition\TypedParts\ActivationFeatures\OnImportsSatisfiedFeature.cs (1)
55Expression.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);