3 overrides of BindToMethod
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VBBinder.vb (1)
145
Public Overrides Function
BindToMethod
(ByVal bindingAttr As BindingFlags, ByVal match() As MethodBase, ByRef args() As Object, ByVal modifiers() As ParameterModifier, ByVal culture As CultureInfo, ByVal names() As String, ByRef ObjState As Object) As MethodBase
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (1)
33
public sealed override MethodBase
BindToMethod
(
System.Reflection.MetadataLoadContext (1)
System\Reflection\DefaultBinder.cs (1)
37
public sealed override MethodBase
BindToMethod
(
4 references to BindToMethod
System.Private.CoreLib (2)
System\ActivatorImplementation.cs (1)
106
invokeMethod = binder.
BindToMethod
(bindingAttr, matches.ToArray(), ref args, null, culture, null, out state);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.InvokeMember.cs (1)
380
try { invokeMethod = binder.
BindToMethod
(bindingFlags, finalists, ref providedArgs, modifiers, culture, namedParams, out state); }
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoConfig.cs (1)
467
ConstructorInfo? rci = Type.DefaultBinder.
BindToMethod
(
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
141
return Type.DefaultBinder.
BindToMethod
(