7 writes to Form
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7378
o.
@Form
= Read6_XmlSchemaForm(Reader.Value);
System.Xml (6)
System\Xml\Schema\Inference\Infer.cs (1)
446
xsa.
Form
= XmlSchemaForm.Unqualified;
System\Xml\Schema\XsdBuilder.cs (1)
1209
builder.attribute.
Form
= (XmlSchemaForm)builder.ParseEnum(value, "form", FormStringValues);
System\Xml\Serialization\XmlSchemaExporter.cs (4)
289
a.
Form
= XmlSchemaForm.None;
666
attribute.
Form
= accessor.Form == attributeFormDefault ? XmlSchemaForm.None : accessor.Form;
668
attribute.
Form
= accessor.Form == schema.AttributeFormDefault ? XmlSchemaForm.None : accessor.Form;
676
attribute.
Form
= accessor.Form;
14 references to Form
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
220
Debug.Assert(expectedAttributes.All(a => a.
Form
!= XmlSchemaForm.Qualified), "expectedAttributes.All(a => a.Form != XmlSchemaForm.Qualified)");
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3261
if (((global::System.Xml.Schema.XmlSchemaForm)o.
@Form
) != global::System.Xml.Schema.XmlSchemaForm.@None) {
3262
WriteAttribute(@"form", @"", Write6_XmlSchemaForm(((global::System.Xml.Schema.XmlSchemaForm)o.
@Form
)));
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (4)
987
if (attribute.
Form
!= XmlSchemaForm.None) {
998
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.
Form
== XmlSchemaForm.Qualified || (attribute.
Form
== XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));
1010
attribute.
Form
!= XmlSchemaForm.None /*||
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
679
if (attribute.
Form
!= XmlSchemaForm.None) {
690
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.
Form
== XmlSchemaForm.Qualified || (attribute.
Form
== XmlSchemaForm.None && this.attributeFormDefault == XmlSchemaForm.Qualified)) ? this.targetNamespace : null));
702
attribute.
Form
!= XmlSchemaForm.None /*||
System\Xml\Serialization\XmlSchemaExporter.cs (1)
287
if (a.
Form
== XmlSchemaForm.Unqualified)
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1858
if (attribute.
Form
== XmlSchemaForm.None) {
1875
return attribute.
Form
;