9 writes to Namespace
Binding.UDS.IntegrationTests (1)
ServiceContract\IEchoService.cs (1)
15[ServiceContract(Namespace = Constants.NS, Name = Constants.TESTSERVICE_NAME)]
ScenarioTests.Common.Tests (6)
ServiceInterfaces.cs (6)
272[ServiceContract(Namespace = "http://app.my.com/MyFeedback", ConfigurationName = "TFDFeedbackService.MyFeedbackSoap")] 308Namespace = "http://microsoft.wcf.test", 564[ServiceContract(Namespace = "http://www.contoso.com/IXmlMessageContarctTestService")] 699[ServiceContract(Namespace = "http://contoso.com/calc")] 728[ServiceContract(Namespace = "http://contoso.com/calc")] 757[ServiceContract(Namespace = "http://contoso.com/calc")]
UnitTests.Common (2)
ServiceInterfaces.cs (2)
145[ServiceContract(Namespace = "http://app.my.com/MyFeedback", ConfigurationName = "TFDFeedbackService.MyFeedbackSoap")] 154Namespace = "http://microsoft.wcf.test",
1 reference to Namespace
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
755XmlQualifiedName contractName = NamingHelper.GetContractName(contractType, contractAttr.Name, contractAttr.Namespace);