24 references to Call
Microsoft.AspNetCore.Http.Extensions (2)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.OpenApi (2)
Microsoft.AspNetCore.Shared.Tests (2)
Microsoft.AspNetCore.SignalR.Core (2)
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (2)
System.Linq.Expressions (6)
System\Linq\Expressions\MethodCallExpression.cs (5)
88return Call(@object, Method, arguments);
225return Expression.Call(instance, Method, args ?? _arguments);
1003return Call(null, method, arguments);
1037return Call(instance, method, (IEnumerable<Expression>?)arguments);
1438return Call(array, mi, indexList);
System.Linq.Queryable (3)
System.ServiceModel.Primitives (3)