1 write to _type
System.Configuration.ConfigurationManager (1)
System\Configuration\CallbackValidatorAttribute.cs (1)
50_type = value;
3 references to _type
System.Configuration.ConfigurationManager (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
21if (_type == null) throw new ArgumentNullException(nameof(Type)); 25MethodInfo methodInfo = _type.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static); 47get { return _type; }