7 references to ValidatorCallback
System.Configuration (1)
System.Configuration.cs (1)
106[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ValidatorCallback))]
System.Configuration.ConfigurationManager (6)
System\Configuration\CallbackValidator.cs (3)
8private readonly ValidatorCallback _callback; 11public CallbackValidator(Type type, ValidatorCallback callback) : this(callback) 18internal CallbackValidator(ValidatorCallback callback)
System\Configuration\CallbackValidatorAttribute.cs (3)
11private ValidatorCallback _callbackMethod; 32_callbackMethod = (ValidatorCallback)Delegate.CreateDelegate(typeof(ValidatorCallback), methodInfo);