2 writes to @Use
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
6050
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6280
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
4 references to @Use
System.Web.Services.Description (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1123
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1124
WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
1204
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1205
WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));