4 references to Contains
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
242if (dispatch.Operations.Contains(operation.Name))
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedKeyedCollection.cs (1)
101if (this.Contains(key))
FrameworkFork\System.ServiceModel\System\ServiceModel\UriSchemeKeyedCollection.cs (2)
35if (this.Contains(item.Scheme)) 46if (this.Contains(item.Scheme))