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