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