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\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)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
689
try { invokeMethod = binder.
BindToMethod
(bindingFlags, finalists, ref providedArgs, modifiers, culture, namedParams, out state); }
src\System\RuntimeType.CoreCLR.cs (1)
3931
invokeMethod = binder.
BindToMethod
(bindingAttr, cons, ref args, null, culture, null, 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
(