2 writes to _attributeFormDefault
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
1026_attributeFormDefault = schema.AttributeFormDefault; 1029_attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to _attributeFormDefault
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (2)
1027if (_attributeFormDefault == XmlSchemaForm.None) 1176attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));