2 writes to @Use
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6370
o.
@Use
= Read100_SoapBindingUse(Reader.Value);
6616
o.
@Use
= Read98_SoapBindingUse(Reader.Value);
4 references to @Use
dotnet-svcutil-lib (4)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1261
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != global::System.Web.Services.Description.SoapBindingUse.@Default)
1263
WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));
1344
if (((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
) != global::System.Web.Services.Description.SoapBindingUse.@Default)
1346
WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.
@Use
)));