2 writes to xsdAttributes
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
1396
xsdAttributes
= new NameTable();
1557
xsdAttributes
= new NameTable();
4 references to xsdAttributes
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
1395
if (
xsdAttributes
== null)
1397
attribute = (AttributeAccessor)ReconcileAccessor(attribute,
xsdAttributes
);
1556
if (
xsdAttributes
== null)
1558
attribute = (AttributeAccessor)ReconcileAccessor(attribute,
xsdAttributes
);