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