1 write to _callbackMethodName
System.Configuration (1)
System\Configuration\CallbackValidatorAttribute.cs (1)
75
_callbackMethodName
= value;
4 references to _callbackMethodName
System.Configuration (4)
System\Configuration\CallbackValidatorAttribute.cs (4)
35
if (!String.IsNullOrEmpty(
_callbackMethodName
)) {
36
MethodInfo methodInfo = _type.GetMethod(
_callbackMethodName
, BindingFlags.Public | BindingFlags.Static);
50
throw new System.ArgumentException(SR.GetString(SR.Validator_method_not_found,
_callbackMethodName
));
72
return
_callbackMethodName
;