1 write to defaultAttributes
System.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
372defaultAttributes = new ArrayList();
5 references to defaultAttributes
System.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (5)
371if (defaultAttributes == null) { 375defaultAttributes.Clear(); 377validator.GetUnspecifiedDefaultAttributes(defaultAttributes); 381for (int i = 0; i < defaultAttributes.Count; i++) { 382schemaAttribute = defaultAttributes[i] as XmlSchemaAttribute;