2 writes to Use
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5082
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
5282
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
5 references to Use
System.Web.Services (5)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
987
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != global::System.Web.Services.Description.SoapBindingUse.@Default) {
988
WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
1052
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != global::System.Web.Services.Description.SoapBindingUse.@Default) {
1053
WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
System\Web\Services\Description\WebServicesInteroperability.cs (1)
440
encodedBinding |= (header.Fault.
Use
== SoapBindingUse.Encoded);