1 write to _reflectedType
System.Reflection.Context (1)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
25
_reflectedType
= reflectedType;
3 references to _reflectedType
System.Reflection.Context (3)
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (3)
32
return
_reflectedType
;
42
return new InheritedMethodInfo(underlyingGetter,
_reflectedType
);
51
return new InheritedMethodInfo(underlyingSetter,
_reflectedType
);