5 references to IWcfServiceGenerated
System.ServiceModel.Primitives.Tests (4)
ServiceModel\ChannelFactoryTest.cs (4)
183ChannelFactory<IWcfServiceGenerated> factory = null; 189factory = new ChannelFactory<IWcfServiceGenerated>(binding, new EndpointAddress(FakeAddress.HttpAddress)); 194IWcfServiceGenerated channel = factory.CreateChannel(); 196Assert.True(typeof(IWcfServiceGenerated).GetTypeInfo().IsAssignableFrom(channel.GetType().GetTypeInfo()),
UnitTests.Common (1)
TestHelpers.cs (1)
57public class MyClientBase : ClientBase<IWcfServiceGenerated>