2 writes to @Use
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
6200
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6430
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
4 references to @Use
System.Web.Services.Description (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
1043
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1044
WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
1082
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != SoapBindingUse.@Default) {
1083
WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));