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