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)
275
[ServiceContract(
Namespace
= "http://app.my.com/MyFeedback", ConfigurationName = "TFDFeedbackService.MyFeedbackSoap")]
311
Namespace
= "http://microsoft.wcf.test",
567
[ServiceContract(
Namespace
= "http://www.contoso.com/IXmlMessageContarctTestService")]
702
[ServiceContract(
Namespace
= "http://contoso.com/calc")]
731
[ServiceContract(
Namespace
= "http://contoso.com/calc")]
760
[ServiceContract(
Namespace
= "http://contoso.com/calc")]
UnitTests.Common (2)
ServiceInterfaces.cs (2)
145
[ServiceContract(
Namespace
= "http://app.my.com/MyFeedback", ConfigurationName = "TFDFeedbackService.MyFeedbackSoap")]
154
Namespace
= "http://microsoft.wcf.test",
1 reference to Namespace
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\TypeLoader.cs (1)
755
XmlQualifiedName contractName = NamingHelper.GetContractName(contractType, contractAttr.Name, contractAttr.
Namespace
);