4 references to Attribute
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlAttributes.cs (1)
68
if (_xmlAttribute != null) flags |= XmlAttributeFlags.
Attribute
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1538
XmlAttributeFlags attrFlags = XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute;
1754
XmlAttributeFlags allFlags = XmlAttributeFlags.Elements | XmlAttributeFlags.Text | XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyElements | XmlAttributeFlags.ChoiceIdentifier | XmlAttributeFlags.XmlnsDeclarations;
2037
if ((flags & (XmlAttributeFlags.
Attribute
| XmlAttributeFlags.AnyAttribute)) != 0)