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