2 writes to @Use
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
6132
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6362
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
4 references to @Use
System.Web.Services.Description (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1164
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1165
WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
1245
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1246
WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));