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