3 writes to _callbackMethod
System.Configuration (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
44_callbackMethod = (ValidatorCallback)TypeUtil.CreateDelegateRestricted(_declaringType, typeof(ValidatorCallback), methodInfo); 66_callbackMethod = null; 76_callbackMethod = null;
3 references to _callbackMethod
System.Configuration (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
31if (_callbackMethod == null) { 49if (_callbackMethod == null) { 53return new CallbackValidator(_callbackMethod);