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