1 write to enumType
System.ServiceModel (1)
System\ServiceModel\Configuration\StandardRuntimeEnumValidator.cs (1)
17
this.
enumType
= enumType;
2 references to enumType
System.ServiceModel (2)
System\ServiceModel\Configuration\StandardRuntimeEnumValidator.cs (2)
27
if (!Enum.IsDefined(
enumType
, value))
29
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidEnumArgumentException("value", (int)value,
enumType
));