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)
19
if (
_callbackMethod
== null)
38
if (
_callbackMethod
== null)
41
return new CallbackValidator(
_callbackMethod
);