1 write to defaultAttributes
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
227defaultAttributes = new ArrayList();
4 references to defaultAttributes
System.Xml.Linq (4)
System\Xml\Linq\XNodeValidator.cs (4)
226if (defaultAttributes == null) { 230defaultAttributes.Clear(); 232validator.GetUnspecifiedDefaultAttributes(defaultAttributes); 233foreach (XmlSchemaAttribute sa in defaultAttributes) {