public override ISet <Namespace> GetDescriptor(Namespace instance, Interpreter.AnalysisUnit unit) { if (_boundMethod == null) { _boundMethod = new BoundBuiltinMethodInfo(this); } return(_boundMethod.SelfSet); }
public override ISet<Namespace> GetDescriptor(Namespace instance, Interpreter.AnalysisUnit unit) { if (_boundMethod == null) { _boundMethod = new BoundBuiltinMethodInfo(this); } return _boundMethod.SelfSet; }