3 references to ToEnum
System.Xml (3)
System\Xml\Serialization\XmlCodeExporter.cs (1)
334long val = XmlCustomFormatter.ToEnum(defaultValue, values, em.TypeName, true);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
800long val = XmlCustomFormatter.ToEnum((string)value, values, em.TypeName, false);
System\Xml\Serialization\XmlSerializationReader.cs (1)
1085return XmlCustomFormatter.ToEnum(value, h, typeName, true);