5 references to NetTcpContextBindingCollectionElement
System.ServiceModel (4)
System\ServiceModel\Configuration\NetTcpContextBindingCollectionElement.cs (2)
20internal static NetTcpContextBindingCollectionElement GetBindingCollectionElement() 22return (NetTcpContextBindingCollectionElement) ConfigurationHelpers.GetBindingCollectionElement(netTcpContextBindingName);
System\ServiceModel\NetTcpContextBinding.cs (2)
128NetTcpContextBindingCollectionElement section = NetTcpContextBindingCollectionElement.GetBindingCollectionElement();
System.WorkflowServices (1)
AssemblyInfo.cs (1)
20[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.NetTcpContextBindingCollectionElement))]