<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

Microsoft.CSharp.RuntimeBinder.Semantics.SymFactoryBase

namespace Microsoft.CSharp.RuntimeBinder.Semantics { } namespace Microsoft.CSharp.RuntimeBinder.Semantics { internal class SymFactoryBase { protected SYMTBL m_pSymTable; protected Name m_pMissingNameNode; protected Name m_pMissingNameSym; protected Symbol newBasicSym(SYMKIND kind, Name name, ParentSymbol parent); protected SymFactoryBase(SYMTBL symtable, NameManager namemgr); } }