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