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