4 references to InheritedPropertyInfo
System.Reflection.Context (4)
System\Reflection\Context\Custom\CustomType.cs (4)
74
results.Add(new
InheritedPropertyInfo
(prop, this));
127
matchingProperties.Add(new
InheritedPropertyInfo
(newBaseProperty, this));
171
PropertyInfo inheritedProperty = new
InheritedPropertyInfo
(prop, this);
246
PropertyInfo inheritedProperty = new
InheritedPropertyInfo
(newBaseProperty, this);