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