4 references to InheritedPropertyInfo
System.Reflection.Context (4)
System\Reflection\Context\Custom\CustomType.cs (4)
76results.Add(new InheritedPropertyInfo(prop, this)); 129matchingProperties.Add(new InheritedPropertyInfo(newBaseProperty, this)); 173PropertyInfo inheritedProperty = new InheritedPropertyInfo(prop, this); 248PropertyInfo inheritedProperty = new InheritedPropertyInfo(newBaseProperty, this);