2 instantiations of InheritedMethodInfo
System.Reflection.Context (2)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (2)
42
return new
InheritedMethodInfo
(underlyingGetter, _reflectedType);
51
return new
InheritedMethodInfo
(underlyingSetter, _reflectedType);
1 reference to InheritedMethodInfo
System.Reflection.Context (1)
System\Reflection\Context\Virtual\InheritedMethodInfo.cs (1)
38
return o is
InheritedMethodInfo
other &&