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)
57
return _names == null || !_names.
ContainsKey
(identifier);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
724
return policyKeys.
ContainsKey
(name);
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
779
if (!cleanedResourceList.
ContainsKey
(key))
Microsoft.ML.Sweeper (1)
Algorithms\NelderMead.cs (1)
140
if (!_simplexVertices.
ContainsKey
(run))
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
733
if (propertyTriggerLayers.
ContainsKey
(propertyTriggerLayerIndex))
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
409
return
ContainsKey
((TKey)key);
1043
return _dict.
ContainsKey
(key);
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
227
if (_partList.
ContainsKey
(validatedPartUri))
291
return _partList.
ContainsKey
(validatePartUri);