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