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