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