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