4 overrides of SetUnhandledAttributes
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
662internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotated.cs (1)
64internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnnotation.cs (1)
64internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
71internal 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)));