5 references to CanBuildInnerChannelFactory
Extensibility.MessageEncoder.IntegrationTests (1)
CustomTextMessageBindingElement.cs (1)
134return context.CanBuildInnerChannelFactory<TChannel>();
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingBindingElement.cs (1)
46return context.CanBuildInnerChannelFactory<TChannel>();
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (1)
86return context.CanBuildInnerChannelFactory<TChannel>();
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
59return context.CanBuildInnerChannelFactory<TChannel>();
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixPosixIdentityBindingElement.cs (1)
42return context.CanBuildInnerChannelFactory<TChannel>();