1 write to _callbackMethodName
System.Configuration.ConfigurationManager (1)
System\Configuration\CallbackValidatorAttribute.cs (1)
60
_callbackMethodName
= value;
4 references to _callbackMethodName
System.Configuration.ConfigurationManager (4)
System\Configuration\CallbackValidatorAttribute.cs (4)
23
if (!string.IsNullOrEmpty(
_callbackMethodName
))
25
MethodInfo methodInfo = _type.GetMethod(
_callbackMethodName
, BindingFlags.Public | BindingFlags.Static);
39
throw new ArgumentException(SR.Format(SR.Validator_method_not_found,
_callbackMethodName
));
57
get { return
_callbackMethodName
; }