Microsoft.CSharp.RuntimeBinder.Semantics.SymbolStore
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal static class SymbolStore
{
public static Symbol LookupSym(Name name, ParentSymbol parent, symbmask_t kindmask);
public static void InsertChild(ParentSymbol parent, Symbol child);
}
}