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