13 overrides of GetPropertyImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
434
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
196
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
140
protected override PropertyInfo?
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
148
protected sealed override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
109
protected override PropertyInfo?
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
159
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
134
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers) { throw new NotSupportedException(); }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
769
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
src\System\RuntimeType.CoreCLR.cs (1)
2856
protected override PropertyInfo?
GetPropertyImpl
(
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
381
protected override PropertyInfo?
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers)
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
434
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder,
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (1)
108
protected sealed override PropertyInfo?
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder? binder, Type? returnType, Type[]? types, ParameterModifier[]? modifiers)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
925
protected override PropertyInfo
GetPropertyImpl
(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type[] types, ParameterModifier[] modifiers)
3 references to GetPropertyImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Type.cs (3)
418
return
GetPropertyImpl
(name, bindingAttr, null, null, null, null);
428
return
GetPropertyImpl
(name, DefaultLookup, null, returnType, null, null);
446
return
GetPropertyImpl
(name, bindingAttr, binder, returnType, types, modifiers);