3 references to XmlnsDeclarations
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
75
if (_xmlns) flags |= XmlAttributeFlags.
XmlnsDeclarations
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1754
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.Attribute | XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.
XmlnsDeclarations
;
1846
if (flags != XmlAttributeFlags.
XmlnsDeclarations
)