13 overrides of GetConstructorImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
136
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr,Binder binder,
system\reflection\emit\generictypeparameterbuilder.cs (1)
121
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
420
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr,Binder binder,
system\reflection\emit\typebuilder.cs (1)
1125
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr,Binder binder,
system\reflection\emit\typebuilderinstantiation.cs (1)
171
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
88
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr,Binder binder,
system\rttype.cs (1)
3250
protected override ConstructorInfo
GetConstructorImpl
(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1079
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { return _baseReflectionType.GetConstructor(bindingAttr, binder, callConvention, types, modifiers); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1079
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) { return _baseReflectionType.GetConstructor(bindingAttr, binder, callConvention, types, modifiers); }
System.Web (1)
Compilation\DelayLoadType.cs (1)
84
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers) {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
962
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
670
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
470
protected override ConstructorInfo
GetConstructorImpl
(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
3 references to GetConstructorImpl
mscorlib (3)
system\type.cs (3)
418
return
GetConstructorImpl
(bindingAttr, binder, callConvention, types, modifiers);
430
return
GetConstructorImpl
(bindingAttr, binder, CallingConventions.Any, types, modifiers);
461
return
GetConstructorImpl
(BindingFlags.Static | BindingFlags.Public | BindingFlags.NonPublic,