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)
32if (_type == null) { 36MethodInfo methodInfo = _type.GetMethod(_callbackMethodName, BindingFlags.Public | BindingFlags.Static); 62return _type;