1 write to _defaultAttributes
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
410
_defaultAttributes
= new ArrayList();
5 references to _defaultAttributes
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (5)
408
if (
_defaultAttributes
== null)
414
_defaultAttributes
.Clear();
416
_validator!.GetUnspecifiedDefaultAttributes(
_defaultAttributes
);
418
for (int i = 0; i <
_defaultAttributes
.Count; i++)
420
XmlSchemaAttribute schemaAttribute = (XmlSchemaAttribute)
_defaultAttributes
[i]!;