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