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