Esempio n. 1
0
 public void __enter__()
 {
     _scope = _enter_scope_uncached();
 }
 public _VariableScopeStore()
 {
     current_scope         = new VariableScope(false);
     variable_scopes_count = new Dictionary <string, int>();
 }