1 write to attPresence
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
199attPresence = new Hashtable();
12 references to attPresence
System.Xml (12)
System\Xml\Schema\XmlSchemaValidator.cs (12)
418attPresence.Clear(); //Clear attributes hashtable for every element 483if (attPresence[attQName] != null) { //this attribute already checked as it is duplicate; 573attPresence.Add(attQName, attributeDef); 612attPresence.Add(attQName, SchemaAttDef.Empty); 866if (attPresence[attDef.Name] == null) { 894if (!attPresence.Contains(attdef.Name)) { 1330if (attPresence[xsiTypeSO.QualifiedName] == null) { 1333if (attPresence[xsiNilSO.QualifiedName] == null) { 1336if (attPresence[xsiSLSO.QualifiedName] == null) { 1339if (attPresence[xsiNoNsSLSO.QualifiedName] == null) { 1757attPresence.Clear(); //Clear attributes hashtable for every element 1765if (attPresence[attdef.Name] == null) {