4 overrides of SetUnhandledAttributes
System.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
594internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
58internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
58internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
System\Xml\Schema\XmlSchemaExternal.cs (1)
63internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
1 reference to SetUnhandledAttributes
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
769this.xso.SetUnhandledAttributes((XmlAttribute[])this.unhandledAttributes.ToArray(typeof(System.Xml.XmlAttribute)));