4 overrides of SetUnhandledAttributes
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
511internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
System\Xml\Schema\XmlSchemaAnnotated.cs (1)
43internal override void SetUnhandledAttributes(XmlAttribute[]? moreAttributes)
System\Xml\Schema\XmlSchemaAnnotation.cs (1)
43internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
System\Xml\Schema\XmlSchemaExternal.cs (1)
61internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
1 reference to SetUnhandledAttributes
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
795_xso.SetUnhandledAttributes(_unhandledAttributes.ToArray());