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
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.