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