6 references to ISameNamespaceWithIWcfServiceXmlGenerated
Contract.XmlSerializer.IntegrationTests (3)
XmlSerializerFormatTest.4.0.0.cs (3)
197
ChannelFactory<
ISameNamespaceWithIWcfServiceXmlGenerated
> factory = new ChannelFactory<
ISameNamespaceWithIWcfServiceXmlGenerated
>(binding, endpointAddress);
198
ISameNamespaceWithIWcfServiceXmlGenerated
serviceProxy = factory.CreateChannel();
dotnet-svcutil.xmlserializer.IntegrationTests (3)
src\System.Private.ServiceModel\tests\Scenarios\Contract\XmlSerializer\XmlSerializerFormatTest.4.0.0.cs (3)
197
ChannelFactory<
ISameNamespaceWithIWcfServiceXmlGenerated
> factory = new ChannelFactory<
ISameNamespaceWithIWcfServiceXmlGenerated
>(binding, endpointAddress);
198
ISameNamespaceWithIWcfServiceXmlGenerated
serviceProxy = factory.CreateChannel();