3 writes to _callbackMethod
System.Configuration.ConfigurationManager (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
32_callbackMethod = (ValidatorCallback)Delegate.CreateDelegate(typeof(ValidatorCallback), methodInfo); 51_callbackMethod = null; 61_callbackMethod = null;
3 references to _callbackMethod
System.Configuration.ConfigurationManager (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
19if (_callbackMethod == null) 38if (_callbackMethod == null) 41return new CallbackValidator(_callbackMethod);