3 references to XmlnsDeclarations
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
72if (xmlns) flags |= XmlAttributeFlags.XmlnsDeclarations;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1533XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations; 1612if (flags != XmlAttributeFlags.XmlnsDeclarations)