3 references to Elements
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
58if (_xmlElements.Count > 0) flags |= XmlAttributeFlags.Elements;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1551XmlAttributeFlags elemFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier; 1766XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations;