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)
504
ContractDescription contractDescription = TypeLoader.LoadContractDescription(
_channelType
);
508
TypeLoader.AddBehaviorsSFx(endpoint,
_channelType
);
555
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.
_channelType
.Name)));
569
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SRP.Format(SRP.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.
_channelType
.Name)));