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