6 writes to Form
System.Private.Xml (6)
System\Xml\Schema\Inference\Infer.cs (1)
427
xsa.
Form
= XmlSchemaForm.Unqualified;
System\Xml\Schema\XsdBuilder.cs (1)
1271
builder._attribute!.
Form
= (XmlSchemaForm)builder.ParseEnum(value, "form", s_formStringValues);
System\Xml\Serialization\XmlSchemaExporter.cs (4)
294
a.
Form
= XmlSchemaForm.None;
734
attribute.
Form
= accessor.Form == attributeFormDefault ? XmlSchemaForm.None : accessor.Form;
737
attribute.
Form
= accessor.Form == schema.AttributeFormDefault ? XmlSchemaForm.None : accessor.Form;
747
attribute.
Form
= accessor.Form;
11 references to Form
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (4)
1162
if (attribute.
Form
!= XmlSchemaForm.None)
1176
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.
Form
== XmlSchemaForm.Qualified || (attribute.
Form
== XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1191
attribute.
Form
!= XmlSchemaForm.None /*||
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
833
if (attribute.
Form
!= XmlSchemaForm.None)
847
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.
Form
== XmlSchemaForm.Qualified || (attribute.
Form
== XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
862
attribute.
Form
!= XmlSchemaForm.None /*||
System\Xml\Serialization\XmlSchemaExporter.cs (1)
292
if (a.
Form
== XmlSchemaForm.Unqualified)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
2009
if (attribute.
Form
== XmlSchemaForm.None)
2031
return attribute.
Form
;