1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
260
_context.
Namespace
= codeNamespaceScope.CodeNamespace;
6 references to Namespace
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (4)
227
context.
Namespace
.Types.Add(clientType);
229
context.ClientTypeReference = ServiceContractGenerator.NamespaceHelper.GetCodeTypeReference(context.
Namespace
, clientType);
577
DoesTypeAndMemberNameExist, new object[] { context.
Namespace
.Types, argsType });
578
context.
Namespace
.Types.Add(argsType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
356
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("ConfigurationName", new CodePrimitiveExpression(NamespaceHelper.GetCodeTypeReference(context.
Namespace
, context.ContractType).BaseType)));
442
new UniqueCodeNamespaceScope(context.
Namespace
).AddUnique(channelType, context.ContractType.Name + Strings.ChannelTypeSuffix, Strings.ChannelTypeSuffix);