public CompilerContext (ReflectionMetaImporter metaImporter, Report report) { this.meta_importer = metaImporter; this.report = report; this.attributes = new PredefinedAttributes (); this.root = new GlobalRootNamespace (); }
public static void Reset () { Instance = new GlobalRootNamespace (); }
public static void Reset () { root_namespaces = new ListDictionary (); Global = new GlobalRootNamespace (); root_namespaces ["global"] = Global; }