1 instantiation of PropertyAccessorInfo
System.Reflection.DispatchProxy (1)
System\Reflection\DispatchProxyGenerator.cs (1)
325var ai = new PropertyAccessorInfo(pi.GetMethod, pi.SetMethod);
4 references to PropertyAccessorInfo
System.Reflection.DispatchProxy (4)
System\Reflection\DispatchProxyGenerator.cs (4)
322var propertyMap = new Dictionary<MethodInfo, PropertyAccessorInfo>(); 325var ai = new PropertyAccessorInfo(pi.GetMethod, pi.SetMethod); 354if (propertyMap.TryGetValue(mi, out PropertyAccessorInfo? associatedProperty)) 375PropertyAccessorInfo ai = propertyMap[pi.GetMethod ?? pi.SetMethod!];