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)
21
if (
_type
== null) throw new ArgumentNullException(nameof(Type));
25
MethodInfo methodInfo =
_type
.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static);
47
get { return
_type
; }