2 writes to _attributeFormDefault
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1061_attributeFormDefault = schema.AttributeFormDefault; 1064_attributeFormDefault = XmlSchemaForm.Unqualified;
2 references to _attributeFormDefault
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1062if (_attributeFormDefault == XmlSchemaForm.None) 1209attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));