4 instantiations of InheritedPropertyInfo
System.Reflection.Context (4)
System\Reflection\Context\Custom\CustomType.cs (4)
76
results.Add(new
InheritedPropertyInfo
(prop, this));
129
matchingProperties.Add(new
InheritedPropertyInfo
(newBaseProperty, this));
173
PropertyInfo inheritedProperty = new
InheritedPropertyInfo
(prop, this);
248
PropertyInfo inheritedProperty = new
InheritedPropertyInfo
(newBaseProperty, this);
1 reference to InheritedPropertyInfo
System.Reflection.Context (1)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
56
return o is
InheritedPropertyInfo
other &&