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)
31
if (
_callbackMethod
== null) {
49
if (
_callbackMethod
== null) {
53
return new CallbackValidator(
_callbackMethod
);