1 write to _enumType
System.Configuration (1)
System\Configuration\GenericEnumConverter.cs (1)
29_enumType = typeEnum;
2 references to _enumType
System.Configuration (2)
System\Configuration\GenericEnumConverter.cs (2)
61result = Enum.Parse(_enumType, value); 66foreach (string name in Enum.GetNames(_enumType)) {