1 write to _attPresence
System.Private.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
79
_attPresence
= new Hashtable();
5 references to _attPresence
System.Private.Xml (5)
System\Xml\Schema\XsdValidator.cs (5)
58
[MemberNotNull(nameof(
_attPresence
))]
464
_attPresence
.Clear();
492
_attPresence
.Add(attnDef.Name, attnDef);
542
if (HasIdentityConstraints && !
_attPresence
.Contains(attdef.Name))
553
context.ElementDecl.CheckAttributes(
_attPresence
, reader.StandAlone);