PSLambda icon indicating copy to clipboard operation
PSLambda copied to clipboard

Extension methods should be cached statically

Open SeeminglyScience opened this issue 7 years ago • 0 comments

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.

SeeminglyScience avatar Apr 30 '18 11:04 SeeminglyScience