3 references to Elements
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
61if (xmlElements.Count > 0) flags |= XmlAttributeFlags.Elements;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1339XmlAttributeFlags elemFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier; 1533XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations;