9 references to Contains
System.ServiceModel (7)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
561if (serviceHost.InternalBaseAddresses.Contains(scheme)) 1110if (dispatch.Operations.Contains(operation.Name))
System\ServiceModel\ServiceHost.cs (2)
735if (!baseAddresses.Contains(scheme)) 1004this.baseAddresses.Contains(serviceEndpoint.ListenUri.Scheme))
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
101if (this.Contains(key))
System\ServiceModel\UriSchemeKeyedCollection.cs (2)
37if (this.Contains(item.Scheme)) 48if (this.Contains(item.Scheme))
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
125if (clientRuntime.Operations.Contains(od.Name)) 243if (endpointDispatcher.DispatchRuntime.Operations.Contains(od.Name))