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)
35if (!String.IsNullOrEmpty(_callbackMethodName)) { 36MethodInfo methodInfo = _type.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static); 50throw new System.ArgumentException(SR.GetString(SR.Validator_method_not_found, _callbackMethodName)); 72return _callbackMethodName;