3 references to Key
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (3)
23return s_dictionary.TryGetValue(new Key(name, parent), out Symbol sym) ? FindCorrectKind(sym, kindmask) : null; 46if (s_dictionary.TryGetValue(new Key(child.name, child.parent), out Symbol sym)) 59s_dictionary.Add(new Key(child.name, child.parent), child);