1 type derived from VirtualPropertyBase
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
11internal sealed partial class VirtualPropertyInfo : VirtualPropertyBase
10 references to VirtualPropertyBase
System.Reflection.Context (10)
System\Reflection\Context\CustomReflectionContext.cs (2)
123VirtualPropertyBase? vp = prop as VirtualPropertyBase;
System\Reflection\Context\Virtual\InheritedPropertyInfo.cs (1)
20Debug.Assert(baseProperty is VirtualPropertyBase);
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
181return obj is VirtualPropertyBase other &&
System\Reflection\Context\Virtual\VirtualPropertyBase.FuncPropertyAccessorBase.cs (2)
12protected FuncPropertyAccessorBase(VirtualPropertyBase declaringProperty) 34public VirtualPropertyBase DeclaringProperty { get; }
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertyGetterBase.cs (1)
10protected PropertyGetterBase(VirtualPropertyBase property)
System\Reflection\Context\Virtual\VirtualPropertyBase.PropertySetterBase.cs (1)
12protected PropertySetterBase(VirtualPropertyBase property)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (1)
18public PropertyGetter(VirtualPropertyBase property, Func<object, object?> getter, IEnumerable<Attribute>? getterAttributes)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (1)
19public PropertySetter(VirtualPropertyBase property, Action<object, object?> setter, IEnumerable<Attribute>? setterAttributes)