8 references to XmlFlags
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (8)
413
if ((a.
XmlFlags
& ~(XmlAttributeFlags.Type | XmlAttributeFlags.Root)) != 0)
421
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
453
if ((a.
XmlFlags
& ~XmlAttributeFlags.Root) != 0)
460
if (a.
XmlFlags
!= 0) throw InvalidAttributeUseException(model.Type);
1230
if ((a.
XmlFlags
& ~XmlAttributeFlags.Enum) != 0)
1325
if (a.
XmlFlags
== 0)
1530
XmlAttributeFlags flags = a.
XmlFlags
;
2035
XmlAttributeFlags flags = a.
XmlFlags
;