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