2 writes to _attributeFormDefault
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
468_attributeFormDefault = schema.AttributeFormDefault; 471_attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to _attributeFormDefault
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
469if (_attributeFormDefault == XmlSchemaForm.None) 847attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));