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)
1027
if (
_attributeFormDefault
== XmlSchemaForm.None)
1176
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None &&
_attributeFormDefault
== XmlSchemaForm.Qualified)) ? _targetNamespace : null));