4 references to unhandledAttributes
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
742
this.
unhandledAttributes
.Add(attribute);
768
if (this.
unhandledAttributes
.Count != 0) {
769
this.xso.SetUnhandledAttributes((XmlAttribute[])this.
unhandledAttributes
.ToArray(typeof(System.Xml.XmlAttribute)));
770
this.
unhandledAttributes
.Clear();