4 overrides of BindToMethod
mscorlib (1)
system\defaultbinder.cs (1)
38public override MethodBase BindToMethod(
System.Activities (1)
System\Activities\Statements\MethodResolver.cs (1)
429public override MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, out object state)
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
30public override MethodBase BindToMethod(BindingFlags bindingAttr,
WindowsBase (1)
Base\MS\Internal\ComponentModel\AttachedPropertyMethodSelector.cs (1)
112public override MethodBase BindToMethod(BindingFlags bindingAttr, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, out object state)
4 references to BindToMethod
mscorlib (3)
system\rttype.cs (2)
4952try { invokeMethod = binder.BindToMethod(bindingFlags, finalists, ref providedArgs, modifiers, culture, namedParams, out state); } 5261invokeMethod = binder.BindToMethod(bindingAttr, cons, ref args, null, culture, null, out state);
system\security\cryptography\cryptoconfig.cs (1)
656RuntimeConstructorInfo rci = Type.DefaultBinder.BindToMethod(Activator.ConstructorDefault,
System.Workflow.Activities (1)
LocalService\DataExchangeServiceBinder.cs (1)
44return defltBinder.BindToMethod(bindingAttr, match, ref args, modifiers, culture, names, out state);