4 references to ContextBindingElementExtensionElement
System.ServiceModel (3)
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
15const string ContextManagementEnabledName = ContextBindingElementExtensionElement.ContextManagementEnabledName;
System\ServiceModel\Configuration\NetTcpContextBindingElement.cs (1)
19const string ContextManagementEnabledName = ContextBindingElementExtensionElement.ContextManagementEnabledName;
System\ServiceModel\Configuration\WSHttpContextBindingElement.cs (1)
19const string ContextManagementEnabledName = ContextBindingElementExtensionElement.ContextManagementEnabledName;
System.WorkflowServices (1)
AssemblyInfo.cs (1)
19[assembly: TypeForwardedTo(typeof(System.ServiceModel.Configuration.ContextBindingElementExtensionElement))]