3 writes to @UnhandledAttributes
dotnet-svcutil-lib (3)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
8847
o.
@UnhandledAttributes
= (Microsoft.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.XmlAttribute), true);
8852
o.
@UnhandledAttributes
= (Microsoft.Xml.XmlAttribute[])ShrinkArray(a_3, ca_3, typeof(Microsoft.Xml.XmlAttribute), true);
8883
o.
@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)
497
WriteAttributes((XmlAttribute[])o.
@UnhandledAttributes
, o);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2453
Microsoft.Xml.XmlAttribute[] a = (Microsoft.Xml.XmlAttribute[])o.
@UnhandledAttributes
;