2 writes to _attributeFormDefault
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
476_attributeFormDefault = schema.AttributeFormDefault; 479_attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to _attributeFormDefault
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
477if (_attributeFormDefault == XmlSchemaForm.None) 858attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));