private GlobalMethodTable() { _tables = new Dictionary <ulong, MethodTable>(); _typeTable = TypeTable.GetInstance(); _symbolTable = GlobalSymbolTable.GetInstance(); }
public static TypeTable GetInstance() { return(_self ?? (_self = new TypeTable())); }