1 reference to FindCorrectKind
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolStore.cs (1)
23
return s_dictionary.TryGetValue(new Key(name, parent), out Symbol sym) ?
FindCorrectKind
(sym, kindmask) : null;