2 references to Contains
System.ServiceModel (1)
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
127if (transportUri != null && !policyContext.BindingElements.Contains(typeof(TransportBindingElement)))
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpTransportImporter.cs (1)
48if (transportUri != null && transportUri.Equals(UdpConstants.WsdlSoapUdpTransportUri, StringComparison.Ordinal) && !context.BindingElements.Contains(typeof(TransportBindingElement)))