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)
23if (!string.IsNullOrEmpty(_callbackMethodName)) 25MethodInfo methodInfo = _type.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static); 39throw new ArgumentException(SR.Format(SR.Validator_method_not_found, _callbackMethodName)); 57get { return _callbackMethodName; }