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