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