2 references to IsCompatibleKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
129
return
IsCompatibleKey
(key) && ContainsKey((TKey)key);
158
if (!
IsCompatibleKey
(key))