public Looker(Scope scope, Cci.ErrorHandler errorHandler, TrivialHashtable scopeFor, TrivialHashtable ambiguousTypes, TrivialHashtable referencedLabels) : base(scope, errorHandler, scopeFor, new TypeSystem(new ErrorHandler(errorHandler.Errors)), ambiguousTypes, referencedLabels) { this.alreadyReported[StandardIds.Var.UniqueIdKey] = true; }
internal Declarer(Cci.ErrorHandler errorHandler) : base(errorHandler) { }
public Looker(Scope scope, Cci.ErrorHandler errorHandler, TrivialHashtable scopeFor) : this(scope, errorHandler, scopeFor, null, null) { this.alreadyReported[StandardIds.Var.UniqueIdKey] = true; }