PSLambda
PSLambda copied to clipboard
Extension methods should be cached statically
Right now extension methods are cached, but only once per instance of CompileVisitor (once a delegate). The cache should be between all instances, and should be updated using the AppDomain.AssemblyLoad event.