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