4 references to TypeLoader
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (4)
573ContractDescription contractDescription = this.TypeLoader.LoadContractDescription(_channelType); 577this.TypeLoader.AddBehaviorsSFx(endpoint, _channelType); 591this.TypeLoader.AddBehaviorsFromImplementationType(endpoint, _callbackType); 603this.TypeLoader.AddBehaviorsFromImplementationType(endpoint, implementationType);