4 overrides of SetUnhandledAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
662
internal override void
SetUnhandledAttributes
(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
64
internal override void
SetUnhandledAttributes
(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
64
internal override void
SetUnhandledAttributes
(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
71
internal override void
SetUnhandledAttributes
(XmlAttribute[] moreAttributes)
1 reference to SetUnhandledAttributes
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
803
_xso.
SetUnhandledAttributes
((XmlAttribute[])_unhandledAttributes.ToArray(typeof(Microsoft.Xml.XmlAttribute)));