13 overrides of GetMethodImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
384
protected override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
171
protected override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
108
protected override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
142
protected sealed override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
71
protected override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
106
protected override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
109
protected override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
681
protected override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\RuntimeType.CoreCLR.cs (1)
2778
protected override MethodInfo?
GetMethodImpl
(
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
353
protected override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers)
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
384
protected override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (1)
54
protected sealed override MethodInfo?
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder? binder, CallingConventions callConvention, Type[]? types, ParameterModifier[]? modifiers)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
920
protected override MethodInfo
GetMethodImpl
(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
2 references to GetMethodImpl
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Type.cs (2)
302
return
GetMethodImpl
(name, bindingAttr, null, CallingConventions.Any, null, null);
342
return
GetMethodImpl
(name, bindingAttr, binder, callConvention, types, modifiers);