1 write to _attributes
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
685_attributes = new Hashtable();
3 references to _attributes
System.Data.Common (3)
System\Data\XMLSchema.cs (3)
197_attributes![attr.QualifiedName] = attr; 1939typeNode = isAttr ? FindTypeNode((XmlSchemaAnnotated)_attributes![attr!.RefName]!) : FindTypeNode((XmlSchemaAnnotated)_elementsTable![el!.RefName]!); 2188XmlSchemaAttribute? attr = attrib.Name != null ? attrib : (XmlSchemaAttribute)_attributes![attrib.RefName]!;