Lines Matching defs:accessor
49 private IFieldAccessor accessor;
77 /// on this field's accessor with a suitable message.
121 // We can't create the accessor until we've cross-linked, unfortunately, as we
138 /// Returns the accessor for this field.
144 /// that is the responsibility of the accessor.
151 /// reflection API. There are never instances of those "hidden" messages, so no accessor is provided
156 /// if and when dynamic messages are supported, it will return a suitable accessor to work with
160 public IFieldAccessor Accessor => accessor;
426 accessor = CreateAccessor();
436 // If we're given no property name, that's because we really don't want an accessor.