You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All implementations of ISymbolTable are within the Internals namespace, and I don't see a way for code outside the library to construct an new instance. SharedSymbolTableTest does so by calling SharedSymbolTable.NewSharedSymbolTable(), but that's an internal method.
Is this functionality intentionally not exposed at this time, or am I simply not seeing how it is exposed?
The text was updated successfully, but these errors were encountered:
All implementations of
ISymbolTable
are within theInternals
namespace, and I don't see a way for code outside the library to construct an new instance.SharedSymbolTableTest
does so by callingSharedSymbolTable.NewSharedSymbolTable()
, but that's an internal method.Is this functionality intentionally not exposed at this time, or am I simply not seeing how it is exposed?
The text was updated successfully, but these errors were encountered: