8 references to @Document
dotnet-svcutil-lib (8)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1564case global::System.Web.Services.Description.SoapBindingStyle.@Document: s = @"document"; break; 1640case global::System.Web.Services.Description.SoapBindingStyle.@Document: s = @"document"; break; 1672if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != global::System.Web.Services.Description.SoapBindingStyle.@Document) 1732if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != global::System.Web.Services.Description.SoapBindingStyle.@Document) 7470case @"document": return global::System.Web.Services.Description.SoapBindingStyle.@Document; 7546case @"document": return global::System.Web.Services.Description.SoapBindingStyle.@Document;
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
21private SoapBindingStyle _style = SoapBindingStyle.Document; 39[XmlAttribute("style"), DefaultValue(SoapBindingStyle.Document)]