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