Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
9 references to ContainsKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
57return _names == null || !_names.ContainsKey(identifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
724return policyKeys.ContainsKey(name);
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
779if (!cleanedResourceList.ContainsKey(key))
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
140if (!_simplexVertices.ContainsKey(run))
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
733if (propertyTriggerLayers.ContainsKey(propertyTriggerLayerIndex))
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
409return ContainsKey((TKey)key); 1043return _dict.ContainsKey(key);
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
227if (_partList.ContainsKey(validatedPartUri)) 291return _partList.ContainsKey(validatePartUri);