35 references to Find
dotnet-svcutil-lib (35)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (1)
184TransportBindingElement transport = context.Binding.Elements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
217MessageEncodingBindingElement encodingBindingElement = bindingElements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
54unrecognized = customBinding.Elements.Find<UnrecognizedAssertionsBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CustomBinding.cs (1)
128TransportBindingElement transport = _bindingElements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
611MessageEncodingBindingElement encodingBindingElement = bindingElements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (2)
34MessageEncodingBindingElement messageEncodingBindingElement = bindingElements.Find<MessageEncodingBindingElement>(); 140ConvertToCustomBinding(context).Elements.Find<MessageEncodingBindingElement>().MessageVersion
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (1)
170OneWayBindingElement oneWay = context.BindingElements.Find<OneWayBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
83context.BindingElements.Find<PrivacyNoticeBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs (1)
30policyContext.BindingElements.Find<PrivacyNoticeBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
267SecurityBindingElement element = context.RemainingBindingElements.Find<SecurityBindingElement>(); 277TransportBindingElement transportElement = context.RemainingBindingElements.Find<TransportBindingElement>(); 325ReliableSessionBindingElement settings = bindingElements.Find<ReliableSessionBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
83ReliableSessionBindingElement settings = context.BindingElements.Find<ReliableSessionBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
145binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing) 167binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StandardBindingImporter.cs (1)
34TransportBindingElement transport = elements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (1)
166MessageEncodingBindingElement encoding = context.Binding.Elements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (1)
198TransactionFlowBindingElement settings = context.BindingElements.Find<TransactionFlowBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (1)
145MessageEncodingBindingElement messageEncoderBindingElement = context.Binding.Elements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
45TransportBindingElement transportBindingElement = GetBindingElements(context).Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportImporter.cs (1)
76TransportBindingElement transportBindingElement = bindingElements.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElement.cs (1)
40context.BindingElements.Find<UseManagedPresentationBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UseManagedPresentationBindingElementImporter.cs (1)
30policyContext.BindingElements.Find<UseManagedPresentationBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
175if (serviceEndpoint.Binding.CreateBindingElements().Find<SecurityBindingElement>() == null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
305TransportBindingElement transport = binding.CreateBindingElements().Find<TransportBindingElement>(); 371MessageEncodingBindingElement encoding = elements.Find<MessageEncodingBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
174MessageEncodingBindingElement bindingElement = bindingElementCollection.Find<MessageEncodingBindingElement>(); 413TransportBindingElement bindingElement = bindingElementCollection.Find<TransportBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
1352bindingParameters.Add(ChannelProtectionRequirements.CreateFromContract(policyContext.Contract, policyContext.BindingElements.Find<SecurityBindingElement>().GetIndividualProperty<ISecurityCapabilities>(), false)); 2758parameters.BootstrapSecurityBindingElement = bindingElements.Find<SecurityBindingElement>(); 3050SecurityBindingElement sbe = endpoint.Binding.CreateBindingElements().Find<SecurityBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
118ContextBindingElement contextBindingElement = bindingElements.Find<ContextBindingElement>();
Metadata\MetadaExchangeResolver.cs (2)
392binding.Elements.Find<TcpTransportBindingElement>().MaxReceivedMessageSize = MaxRecievedMexMessageSize; 398binding.Elements.Find<NamedPipeTransportBindingElement>().MaxReceivedMessageSize = MaxRecievedMexMessageSize;