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