1 write to _attPresence
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
209
_attPresence
= new Hashtable();
13 references to _attPresence
System.Private.Xml (13)
System\Xml\Schema\XmlSchemaValidator.cs (13)
190
[MemberNotNull(nameof(
_attPresence
))]
449
_attPresence
.Clear(); //Clear attributes hashtable for every element
516
if (
_attPresence
[attQName] != null)
619
_attPresence
.Add(attQName, attributeDef);
666
_attPresence
.Add(attQName, SchemaAttDef.Empty);
984
if (
_attPresence
[attDef.Name] == null)
1027
if (!
_attPresence
.Contains(attdef.Name))
1572
if (
_attPresence
[s_xsiTypeSO!.QualifiedName] == null)
1576
if (
_attPresence
[s_xsiNilSO!.QualifiedName] == null)
1580
if (
_attPresence
[s_xsiSLSO!.QualifiedName] == null)
1584
if (
_attPresence
[s_xsiNoNsSLSO!.QualifiedName] == null)
2092
_attPresence
.Clear(); //Clear attributes hashtable for every element
2102
if (
_attPresence
[attdef.Name] == null)