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