Exemplo n.º 1
0
        public void ResolveWithCurrentContext(ResolveContext rc)
        {
            foreach (var attr in moduleAttributes)
            {
                VSharpAttribute a = (VSharpAttribute)attr;
                a.DoResolve(rc);
                resolvedAttributes.Add(a.ResolvedAttribute);
            }



            RootPackage.DoResolve(rc);
        }