8 references to Document
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
1447
case SoapBindingStyle.
@Document
: s = @"document"; break;
1523
case SoapBindingStyle.
@Document
: s = @"document"; break;
1557
if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != SoapBindingStyle.
@Document
) {
1620
if (((global::System.Web.Services.Description.SoapBindingStyle)o.@Style) != SoapBindingStyle.
@Document
) {
7294
case @"document": return SoapBindingStyle.
@Document
;
7366
case @"document": return SoapBindingStyle.
@Document
;
System\Web\Services\Description\SoapFormatExtensions.cs (2)
30
[XmlAttribute("style"), DefaultValue(SoapBindingStyle.
Document
)]
31
public SoapBindingStyle Style { get; set; } = SoapBindingStyle.
Document
;