1 write to _getPropertyMethod
System.Web (1)
Util\FastPropertyAccessor.cs (1)
50
_getPropertyMethod
= typeof(IWebPropertyAccessor).GetMethod("GetProperty");
1 reference to _getPropertyMethod
System.Web (1)
Util\FastPropertyAccessor.cs (1)
146
accessorTypeBuilder.DefineMethodOverride(method,
_getPropertyMethod
);