3 references to attributeFormDefault
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (3)
300schema.AttributeFormDefault = attributeFormDefault == XmlSchemaForm.Unqualified ? XmlSchemaForm.None : attributeFormDefault; 778attribute.Form = accessor.Form == attributeFormDefault ? XmlSchemaForm.None : accessor.Form;