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