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);
982
if (
_attPresence
[attDef.Name] == null)
1025
if (!
_attPresence
.Contains(attdef.Name))
1570
if (
_attPresence
[s_xsiTypeSO!.QualifiedName] == null)
1574
if (
_attPresence
[s_xsiNilSO!.QualifiedName] == null)
1578
if (
_attPresence
[s_xsiSLSO!.QualifiedName] == null)
1582
if (
_attPresence
[s_xsiNoNsSLSO!.QualifiedName] == null)
2087
_attPresence
.Clear(); //Clear attributes hashtable for every element
2097
if (
_attPresence
[attdef.Name] == null)