1 write to attributes
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
596
attributes
= new Hashtable();
3 references to attributes
System.Data (3)
fx\src\data\System\Data\XMLSchema.cs (3)
179
attributes
[attr.QualifiedName] = attr;
1683
typeNode = isAttr ? FindTypeNode((XmlSchemaAnnotated)
attributes
[attr.RefName]) :FindTypeNode((XmlSchemaAnnotated)elementsTable[el.RefName]);
1902
XmlSchemaAttribute attr = attrib.Name != null ? attrib : (XmlSchemaAttribute)
attributes
[attrib.RefName];