1 write to defaultAttributes
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
279defaultAttributes = new ArrayList();
4 references to defaultAttributes
System.Private.Xml.Linq (4)
System\Xml\Schema\XNodeValidator.cs (4)
277if (defaultAttributes == null) 283defaultAttributes.Clear(); 285validator!.GetUnspecifiedDefaultAttributes(defaultAttributes); 286foreach (XmlSchemaAttribute sa in defaultAttributes)