1 write to _type
System.Configuration (1)
System\Configuration\CallbackValidatorAttribute.cs (1)
65
_type
= value;
3 references to _type
System.Configuration (3)
System\Configuration\CallbackValidatorAttribute.cs (3)
32
if (
_type
== null) {
36
MethodInfo methodInfo =
_type
.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static);
62
return
_type
;