2 references to InheritedMethodInfo
System.Reflection.Context (2)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (2)
42
return new
InheritedMethodInfo
(underlyingGetter, _reflectedType);
51
return new
InheritedMethodInfo
(underlyingSetter, _reflectedType);