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