1 write to _channelType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
410
_channelType
= channelType;
5 references to _channelType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (5)
573
ContractDescription contractDescription = this.TypeLoader.LoadContractDescription(
_channelType
);
577
this.TypeLoader.AddBehaviorsSFx(endpoint,
_channelType
);
625
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.
_channelType
.Name)));
639
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.
_channelType
.Name)));
653
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory.
_channelType
.Name)));