1 write to Namespace
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
314
this.context.
Namespace
= codeNamespaceScope.CodeNamespace;
6 references to Namespace
System.ServiceModel (6)
System\ServiceModel\Description\ClientClassGenerator.cs (4)
227
context.
Namespace
.Types.Add(clientType);
229
context.ClientTypeReference = ServiceContractGenerator.NamespaceHelper.GetCodeTypeReference(context.
Namespace
, clientType);
578
DoesTypeAndMemberNameExist, new object[] { context.
Namespace
.Types, argsType });
579
context.
Namespace
.Types.Add(argsType);
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
410
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("ConfigurationName", new CodePrimitiveExpression(NamespaceHelper.GetCodeTypeReference(context.
Namespace
, context.ContractType).BaseType)));
496
new UniqueCodeNamespaceScope(context.
Namespace
).AddUnique(channelType, context.ContractType.Name + Strings.ChannelTypeSuffix, Strings.ChannelTypeSuffix);