24 references to Any
mscorlib (23)
system\reflection\module.cs (2)
472
return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.
Any
, types, null);
481
return GetMethodImpl(name, Module.DefaultLookup, null, CallingConventions.
Any
,
system\rttype.cs (12)
1772
CallingConventions.
Any
,
2528
if ((callConv & CallingConventions.
Any
) == 0)
3054
return GetMethodCandidates(null, bindingAttr, CallingConventions.
Any
, null, false).ToArray();
3060
ConstructorInfo[] constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.
Any
, null, false).ToArray();
3120
ListBuilder<MethodInfo> methods = GetMethodCandidates(null, bindingAttr, CallingConventions.
Any
, null, false);
3121
ListBuilder<ConstructorInfo> constructors = GetConstructorCandidates(null, bindingAttr, CallingConventions.
Any
, null, false);
3254
ListBuilder<ConstructorInfo> candidates = GetConstructorCandidates(null, bindingAttr, CallingConventions.
Any
, types, false);
3474
methods = GetMethodCandidates(name, bindingAttr, CallingConventions.
Any
, null, true);
3483
constructors = GetConstructorCandidates(name, bindingAttr, CallingConventions.
Any
, null, true);
4844
if (!FilterApplyMethodInfo((RuntimeMethodInfo)semiFinalist, bindingFlags, CallingConventions.
Any
, new Type[argCnt]))
4898
if (!FilterApplyMethodInfo((RuntimeMethodInfo)semiFinalist, bindingFlags, CallingConventions.
Any
, new Type[argCnt]))
5234
if (FilterApplyConstructorInfo((RuntimeConstructorInfo)candidates[i], bindingAttr, CallingConventions.
Any
, argsType))
system\runtime\remoting\message.cs (1)
3155
CallingConventions.
Any
,
system\runtime\remoting\remotingservices.cs (1)
1973
mb = rt.GetMethod(msg.MethodName, RemotingServices.LookupAll, null, CallingConventions.
Any
, signature, null);
system\type.cs (7)
430
return GetConstructorImpl(bindingAttr, binder, CallingConventions.
Any
, types, modifiers);
463
CallingConventions.
Any
,
506
return GetMethodImpl(name, bindingAttr, binder, CallingConventions.
Any
, types, modifiers);
519
return GetMethodImpl(name, Type.DefaultLookup, null, CallingConventions.
Any
, types, modifiers);
532
return GetMethodImpl(name, Type.DefaultLookup, null, CallingConventions.
Any
, types, null);
540
return GetMethodImpl(name, bindingAttr, null, CallingConventions.
Any
, null, null);
548
return GetMethodImpl(name, Type.DefaultLookup, null, CallingConventions.
Any
, null, null);
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
350
methodBinder, CallingConventions.
Any
, parameterTypes, null);