1 write to enumType
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardRuntimeFlagEnumValidatorAttribute.cs (1)
28this.enumType = value;
2 references to enumType
System.ServiceModel (2)
System\ServiceModel\Configuration\StandardRuntimeFlagEnumValidatorAttribute.cs (2)
24get { return this.enumType; } 91validatorType = typeof(StandardRuntimeFlagEnumValidator<>).MakeGenericType(new System.Type[] { this.enumType });