2 writes to attributeFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
392
this.
attributeFormDefault
= schema.AttributeFormDefault;
394
this.
attributeFormDefault
= XmlSchemaForm.Unqualified;
2 references to attributeFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
393
if (this.
attributeFormDefault
== XmlSchemaForm.None) {
690
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && this.
attributeFormDefault
== XmlSchemaForm.Qualified)) ? this.targetNamespace : null));