Base:
4 references to PropertyType
System.Reflection.Context (4)
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertyGetterBase.cs (1)
22get { return DeclaringProperty.PropertyType; }
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertySetterBase.cs (1)
29return _parameterTypes ??= new Type[1] { DeclaringProperty.PropertyType };
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
81return PropertyType.ToString() + " " + Name;
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (1)
25_valueParameter = new VirtualParameter(this, property.PropertyType, "value", 0);