1 write to _channelType
System.ServiceModel.Primitives (1)
System\ServiceModel\ChannelFactory.cs (1)
362_channelType = channelType;
4 references to _channelType
System.ServiceModel.Primitives (4)
System\ServiceModel\ChannelFactory.cs (4)
504ContractDescription contractDescription = TypeLoader.LoadContractDescription(_channelType); 508TypeLoader.AddBehaviorsSFx(endpoint, _channelType); 555throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory._channelType.Name))); 569throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory._channelType.Name)));