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