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