Util\FastPropertyAccessor.cs (3)
326GetPropertyInfo(type, propertyName, out propInfo, out fieldInfo, out declaringType);
387GetPropertyInfo(target.GetType(), propName, out propInfo, out fieldInfo, out declaringType);
427GetPropertyInfo(target.GetType(), propName, out propInfo, out fieldInfo, out declaringType);