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