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)
573ContractDescription contractDescription = this.TypeLoader.LoadContractDescription(_channelType); 577this.TypeLoader.AddBehaviorsSFx(endpoint, _channelType); 625throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory._channelType.Name))); 639throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory._channelType.Name))); 653throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRServiceModel.SFxInvalidStaticOverloadCalledForDuplexChannelFactory1, channelFactory._channelType.Name)));