1 write to attPresence
System.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
65attPresence = new Hashtable();
4 references to attPresence
System.Xml (4)
System\Xml\Schema\XsdValidator.cs (4)
386attPresence.Clear(); 407attPresence.Add(attnDef.Name, attnDef); 449if (HasIdentityConstraints && !attPresence.Contains(attdef.Name)) { 457context.ElementDecl.CheckAttributes(attPresence, reader.StandAlone);