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)
1062
if (
_attributeFormDefault
== XmlSchemaForm.None)
1209
attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None &&
_attributeFormDefault
== XmlSchemaForm.Qualified)) ? _targetNamespace : null));