3 references to CompareKeys
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
226
if (
CompareKeys
(b.Key, key))
239
if (
CompareKeys
(key, next.Key))
456
if (
CompareKeys
(currentNode.Key, key))