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)
319return ContainsKey((TKey)key); 543return dictionary.ContainsKey(item);
WindowsBase (3)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
956if(!partRelationships.ContainsKey(r.Id))
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
832if(!relationshipsDictionarySortedById.ContainsKey(r.Id))
Base\System\IO\Packaging\ZipPackage.cs (1)
260if (pieceDictionary.ContainsKey(pieceInfo))