13 overrides of GetPropertyImpl
mscorlib (7)
system\reflection\emit\enumbuilder.cs (1)
193protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\generictypeparameterbuilder.cs (1)
142protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\emit\symboltype.cs (1)
473protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\typebuilder.cs (1)
1231protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder,
system\reflection\emit\typebuilderinstantiation.cs (1)
183protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) { throw new NotSupportedException(); }
system\reflection\typedelegator.cs (1)
146protected override PropertyInfo GetPropertyImpl(String name,BindingFlags bindingAttr,Binder binder,
system\rttype.cs (1)
3280protected override PropertyInfo GetPropertyImpl(
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1374protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1374protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.Web (1)
Compilation\DelayLoadType.cs (1)
144protected override PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers) {
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
972protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
720protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
480protected override PropertyInfo GetPropertyImpl(String name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
8 references to GetPropertyImpl
mscorlib (8)
system\type.cs (8)
653return GetPropertyImpl(name,bindingAttr,binder,returnType,types,modifiers); 663return GetPropertyImpl(name,Type.DefaultLookup,null,returnType,types,modifiers); 671return GetPropertyImpl(name,bindingAttr,null,null,null,null); 681return GetPropertyImpl(name,Type.DefaultLookup,null,returnType,types,null); 691return GetPropertyImpl(name,Type.DefaultLookup,null,null,types,null); 701return GetPropertyImpl(name,Type.DefaultLookup,null,returnType,null,null); 711return GetPropertyImpl(name, bindingAttr, null, returnType, null, null); 719return GetPropertyImpl(name,Type.DefaultLookup,null,null,null,null);