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); 542if (HasIdentityConstraints && !_attPresence.Contains(attdef.Name)) 553context.ElementDecl.CheckAttributes(_attPresence, reader.StandAlone);