1 instantiation of PropertySetter
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
39
_setter = new
PropertySetter
(this, setter, setterAttributes);
1 reference to PropertySetter
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
14
private readonly
PropertySetter
? _setter;