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