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