7 writes to Form
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
448xsa.Form = XmlSchemaForm.Unqualified;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1278builder._attribute.Form = (XmlSchemaForm)builder.ParseEnum(value, "form", s_formStringValues);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (4)
327a.Form = XmlSchemaForm.None; 778attribute.Form = accessor.Form == attributeFormDefault ? XmlSchemaForm.None : accessor.Form; 781attribute.Form = accessor.Form == schema.AttributeFormDefault ? XmlSchemaForm.None : accessor.Form; 791attribute.Form = accessor.Form;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9171o.@Form = Read6_XmlSchemaForm(Reader.Value);
13 references to Form
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1195if (attribute.Form != XmlSchemaForm.None) 1209attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null)); 1224attribute.Form != XmlSchemaForm.None /*||
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
844if (attribute.Form != XmlSchemaForm.None) 858attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null)); 873attribute.Form != XmlSchemaForm.None /*||
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
325if (a.Form == XmlSchemaForm.Unqualified)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
2145if (attribute.Form == XmlSchemaForm.None) 2167return attribute.Form;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4120if (((Microsoft.Xml.Schema.XmlSchemaForm)o.@Form) != Microsoft.Xml.Schema.XmlSchemaForm.@None) 4122WriteAttribute(@"form", @"", Write6_XmlSchemaForm(((Microsoft.Xml.Schema.XmlSchemaForm)o.@Form)));