3 writes to Namespace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
360
dest.
Namespace
= src.Namespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
6446
o.
@Namespace
= Reader.Value;
6692
o.
@Namespace
= Reader.Value;
9 references to Namespace
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1422
if (style == OperationFormatStyle.Rpc && bodyBinding.
Namespace
!= null)
1423
description.Body.WrapperNamespace = bodyBinding.
Namespace
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
360
dest.Namespace = src.
Namespace
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1141
if ((((global::System.String)o.
@Namespace
) != null) && (((global::System.String)o.
@Namespace
).Length != 0))
1143
WriteAttribute(@"namespace", @"", ((global::System.String)o.
@Namespace
));
1181
if ((((global::System.String)o.
@Namespace
) != null) && (((global::System.String)o.
@Namespace
).Length != 0))
1183
WriteAttribute(@"namespace", @"", ((global::System.String)o.
@Namespace
));