10 references to IWebPropertyAccessor
System.Web (10)
Util\FastPropertyAccessor.cs (10)
50
_getPropertyMethod = typeof(
IWebPropertyAccessor
).GetMethod("GetProperty");
51
_setPropertyMethod = typeof(
IWebPropertyAccessor
).GetMethod("SetProperty");
55
_interfacesToImplement[0] = typeof(
IWebPropertyAccessor
);
299
private static
IWebPropertyAccessor
GetPropertyAccessor(Type type, string propertyName) {
316
IWebPropertyAccessor
accessor = (
IWebPropertyAccessor
)s_accessorCache[cacheKey];
338
accessor = (
IWebPropertyAccessor
) s_accessorCache[declaringTypeCacheKey];
362
accessor = (
IWebPropertyAccessor
) HttpRuntime.CreateNonPublicInstance(propertyAccessorType);
378
IWebPropertyAccessor
accessor = GetPropertyAccessor(target.GetType(), propName);
418
IWebPropertyAccessor
accessor = GetPropertyAccessor(target.GetType(), propName);