Implemented interface members:
method
ContainsKey
System.Collections.Generic.IDictionary<TKey, TValue>.ContainsKey(TKey)
method
ContainsKey
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
5 references to ContainsKey
System (2)
compmod\system\collections\generic\sorteddictionary.cs (2)
319
return
ContainsKey
((TKey)key);
543
return dictionary.
ContainsKey
(item);
WindowsBase (3)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
956
if(!partRelationships.
ContainsKey
(r.Id))
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
832
if(!relationshipsDictionarySortedById.
ContainsKey
(r.Id))
Base\System\IO\Packaging\ZipPackage.cs (1)
260
if (pieceDictionary.
ContainsKey
(pieceInfo))