3 references to XmlnsDeclarations
System.Private.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (1)
69if (_xmlns) flags |= XmlAttributeFlags.XmlnsDeclarations;
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1766XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations; 1857if (flags != XmlAttributeFlags.XmlnsDeclarations)