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)
32return _reflectedType; 42return new InheritedMethodInfo(underlyingGetter, _reflectedType); 51return new InheritedMethodInfo(underlyingSetter, _reflectedType);