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