1 write to defaultAttributes
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
227
defaultAttributes
= new ArrayList();
4 references to defaultAttributes
System.Xml.Linq (4)
System\Xml\Linq\XNodeValidator.cs (4)
226
if (
defaultAttributes
== null) {
230
defaultAttributes
.Clear();
232
validator.GetUnspecifiedDefaultAttributes(
defaultAttributes
);
233
foreach (XmlSchemaAttribute sa in
defaultAttributes
) {