1 write to validatorType
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardRuntimeFlagEnumValidatorAttribute.cs (1)
91
validatorType
= typeof(StandardRuntimeFlagEnumValidator<>).MakeGenericType(new System.Type[] { this.enumType });
2 references to validatorType
System.ServiceModel (2)
System\ServiceModel\Configuration\StandardRuntimeFlagEnumValidatorAttribute.cs (2)
89
if (this.
validatorType
== null)
100
return (ConfigurationValidatorBase)Activator.CreateInstance(
validatorType
, null);