2 writes to elementFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
388this.elementFormDefault = schema.ElementFormDefault; 390this.elementFormDefault = XmlSchemaForm.Unqualified;
2 references to elementFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
389if (this.elementFormDefault == XmlSchemaForm.None) { 801element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.elementFormDefault == XmlSchemaForm.Qualified))? this.targetNamespace : null));