Hey, On Wed, Feb 24, 2010 at 4:11 AM, Frank Laub <[email protected]> wrote: > // don't cache generic instances or generic method parameters > if (ts.Type.ElementType == ElementType.GenericInst || > ts.Type.ElementType == ElementType.MVar) > return CreateTypeSpecFromSig (ts, index, context);
It makes sense. Also it probably shouldn't cache Var as well. Thanks! -- Jb Evain <[email protected]> -- -- mono-cecil
