13 overrides of GetMethodImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
149protected override MethodInfo GetMethodImpl(String name,BindingFlags bindingAttr,Binder binder,
system\reflection\emit\generictypeparameterbuilder.cs (1)
126protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
432protected override MethodInfo GetMethodImpl(String name,BindingFlags bindingAttr,Binder binder,
system\reflection\emit\typebuilder.cs (1)
1145protected override MethodInfo GetMethodImpl(String name,BindingFlags bindingAttr,Binder binder,
system\reflection\emit\typebuilderinstantiation.cs (1)
175protected override MethodInfo GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
100protected override MethodInfo GetMethodImpl(String name,BindingFlags bindingAttr,Binder binder,
system\rttype.cs (1)
3210protected override MethodInfo GetMethodImpl(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1332protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1332protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
System.Web (1)
Compilation\DelayLoadType.cs (1)
124protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
967protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
693protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
475protected override MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
6 references to GetMethodImpl
mscorlib (6)
system\type.cs (6)
489return GetMethodImpl(name, bindingAttr, binder, callConvention, types, modifiers); 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);