14 instantiations of BindingElementCollection
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
120
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (1)
76
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (1)
43
_remainingBindingElements = new
BindingElementCollection
(remainingBindingElements);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElementCollection.cs (1)
42
BindingElementCollection result = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
11
private BindingElementCollection _bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
30
private BindingElementCollection _bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
148
private readonly BindingElementCollection _bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
129
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
87
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
172
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
300
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
148
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
255
BindingElementCollection bindingElements = new
BindingElementCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
121
BindingElementCollection bindingElementsWithoutContext = new
BindingElementCollection
(bindingElements);
81 references to BindingElementCollection
dotnet-svcutil-lib (81)
CodeDomFixup\EndpointSelector.cs (1)
121
BindingElementCollection
bindingElements = binding.CreateBindingElements();
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (1)
42
public override System.ServiceModel.Channels.
BindingElementCollection
CreateBindingElements() => default;
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (3)
115
public override
BindingElementCollection
CreateBindingElements()
120
BindingElementCollection
bindingElements = new BindingElementCollection();
146
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsBinding.cs (2)
71
public override
BindingElementCollection
CreateBindingElements()
76
BindingElementCollection
bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Binding.cs (2)
203
public abstract
BindingElementCollection
CreateBindingElements();
219
BindingElementCollection
elements = this.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingContext.cs (4)
18
private
BindingElementCollection
_remainingBindingElements; // kept to ensure each BE builds itself once
31
BindingElementCollection
remainingBindingElements,
38
BindingElementCollection
remainingBindingElements,
75
public
BindingElementCollection
RemainingBindingElements
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BindingElementCollection.cs (2)
40
public
BindingElementCollection
Clone()
42
BindingElementCollection
result = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
214
private MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
80
BindingElementCollection
bindingElements = customBinding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (6)
11
private
BindingElementCollection
_bindingElements = new BindingElementCollection();
59
internal CustomBinding(
BindingElementCollection
bindingElements)
78
private static
BindingElementCollection
SafeCreateBindingElements(Binding binding)
87
internal CustomBinding(Binding binding,
BindingElementCollection
elements)
111
public
BindingElementCollection
Elements
119
public override
BindingElementCollection
CreateBindingElements()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
608
private MessageEncodingBindingElement FindMessageEncodingBindingElement(
BindingElementCollection
bindingElements, out bool createdNew)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (3)
33
BindingElementCollection
bindingElements = GetBindingElements(context);
145
private static
BindingElementCollection
GetBindingElements(WsdlEndpointConversionContext context)
148
BindingElementCollection
elements = binding is CustomBinding ? ((CustomBinding)binding).Elements : binding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
324
BindingElementCollection
bindingElements = context.BindingElements;
345
private XmlElement CreateReliabilityAssertion(PolicyVersion policyVersion,
BindingElementCollection
bindingElements)
419
private static bool IsSecureConversationEnabled(
BindingElementCollection
bindingElements)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1454
internal static ChannelProtectionRequirements ComputeProtectionRequirements(SecurityBindingElement security, BindingParameterCollection parameterCollection,
BindingElementCollection
bindingElements, bool isForService)
1480
private static void AddBindingProtectionRequirements(ChannelProtectionRequirements requirements,
BindingElementCollection
bindingElements, bool isForChannel)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
31
BindingElementCollection
elements = ((CustomBinding)endpointContext.Endpoint.Binding).Elements;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (3)
65
private static
BindingElementCollection
GetBindingElements(WsdlEndpointConversionContext context)
68
BindingElementCollection
elements = binding is CustomBinding ? ((CustomBinding)binding).Elements : binding.CreateBindingElements();
93
BindingElementCollection
elements = ConvertToCustomBinding(context).Elements;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
75
BindingElementCollection
bindingElements = context.Endpoint.Binding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
360
BindingElementCollection
elements = endpoint.Binding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (2)
30
private
BindingElementCollection
_bindingElements = new BindingElementCollection();
88
public override
BindingElementCollection
BindingElements { get { return _bindingElements; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
171
BindingElementCollection
bindingElementCollection = _factory.Endpoint.Binding.CreateBindingElements();
412
BindingElementCollection
bindingElementCollection = mexBinding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExporter.cs (2)
79
private readonly
BindingElementCollection
_bindingElements;
97
public override
BindingElementCollection
BindingElements
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (3)
78
internal
BindingElementCollection
ImportPolicy(ServiceEndpoint endpoint, Collection<Collection<XmlElement>> policyAlternatives)
148
private readonly
BindingElementCollection
_bindingElements = new BindingElementCollection();
157
public override
BindingElementCollection
BindingElements { get { return _bindingElements; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyConversionContext.cs (1)
24
public abstract
BindingElementCollection
BindingElements { get; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
557
BindingElementCollection
bindingElements = binding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
556
BindingElementCollection
bindingElements = ImportPolicyFromWsdl(endpointContext);
1580
private
BindingElementCollection
ImportPolicyFromWsdl(WsdlEndpointConversionContext endpointContext)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (3)
124
public override
BindingElementCollection
CreateBindingElements()
129
BindingElementCollection
bindingElements = new BindingElementCollection();
169
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (2)
82
public override
BindingElementCollection
CreateBindingElements()
87
BindingElementCollection
bindingElements = new BindingElementCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (3)
170
public override
BindingElementCollection
CreateBindingElements()
172
BindingElementCollection
bindingElements = new BindingElementCollection();
190
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (3)
295
public override
BindingElementCollection
CreateBindingElements()
300
BindingElementCollection
bindingElements = new BindingElementCollection();
325
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (2)
71
public override
BindingElementCollection
CreateBindingElements()
73
BindingElementCollection
result = base.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
610
BindingElementCollection
bindingElements = _issuerBinding.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
2645
BindingElementCollection
bindingElementsBelowSecurity = exporter.State[SecurityPolicyStrings.SecureConversationBootstrapBindingElementsBelowSecurityKey] as
BindingElementCollection
;
2724
BindingElementCollection
bindingElements;
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (3)
146
public override
BindingElementCollection
CreateBindingElements()
148
BindingElementCollection
bindingElements = new BindingElementCollection();
188
internal static bool TryCreate(
BindingElementCollection
bindingElements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (2)
189
public override
BindingElementCollection
CreateBindingElements()
191
BindingElementCollection
bindingElements = base.CreateBindingElements();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
90
public override
BindingElementCollection
CreateBindingElements()
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (3)
253
public override
BindingElementCollection
CreateBindingElements()
255
BindingElementCollection
bindingElements = new BindingElementCollection();
286
internal static bool TryCreate(
BindingElementCollection
elements, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (4)
79
public override
BindingElementCollection
CreateBindingElements()
81
BindingElementCollection
result;
109
internal static new bool TryCreate(
BindingElementCollection
bindingElements, out Binding binding)
121
BindingElementCollection
bindingElementsWithoutContext = new BindingElementCollection(bindingElements);