3 writes to @UnhandledAttributes
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
8847o.@UnhandledAttributes = (Microsoft.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.XmlAttribute), true); 8852o.@UnhandledAttributes = (Microsoft.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.XmlAttribute), true); 8883o.@UnhandledAttributes = (Microsoft.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.XmlAttribute), true);
2 references to @UnhandledAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
497WriteAttributes((XmlAttribute[])o.@UnhandledAttributes, o);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2453Microsoft.Xml.XmlAttribute[] a = (Microsoft.Xml.XmlAttribute[])o.@UnhandledAttributes;