public Autocompleter(TypeLoader typeLoader) { _typeLoader = typeLoader; }
/// <summary> /// Constructs a new instance of <see cref="RoslynInterpreter"/>. /// </summary> public RoslynInterpreter() { _typeLoader = new TypeLoader(this); _autocompleter = new Autocompleter(_typeLoader); Reset(); }