4 references to TypeLoader
System.ServiceModel (4)
System\ServiceModel\ChannelFactory.cs (4)
826
ContractDescription contractDescription = this.
TypeLoader
.LoadContractDescription(this.channelType);
830
this.
TypeLoader
.AddBehaviorsSFx(endpoint, channelType);
844
this.
TypeLoader
.AddBehaviorsFromImplementationType(endpoint, callbackType);
856
this.
TypeLoader
.AddBehaviorsFromImplementationType(endpoint, implementationType);