compmod\system\componentmodel\ReflectPropertyDescriptor.cs (6)
938return SecurityUtils.MethodInfoInvoke(GetMethodValue, component, null);
1057oldValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null);
1071SecurityUtils.MethodInfoInvoke(ResetMethodValue, invokee, (object[])null);
1076newValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null);
1125oldValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null);
1139SecurityUtils.MethodInfoInvoke(SetMethodValue, invokee, new object[] { value });
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (5)
200obj = SecurityUtils.SecureConstructorInvoke(objectType, argTypes, args, true, BindingFlags.ExactBinding);
218obj = SecurityUtils.SecureConstructorInvoke(objectType, argTypes, args, true);
222obj = SecurityUtils.SecureCreateInstance(objectType, args);
235object obj = SecurityUtils.SecureConstructorInvoke(objectType, _typeConstructor, new object[] {callingType}, false);
238obj = SecurityUtils.SecureCreateInstance(objectType);