Ejemplo n.º 1
0
        public List <MethodDef> getInlinedMethods()
        {
            var list = new List <MethodDef>();

            foreach (var type in methodsTypes.getKeys())
            {
                list.AddRange(type.Methods);
            }

            return(list);
        }