Exemplo n.º 1
0
 public static CodeContext CreateNestedCodeContext(CustomSymbolDictionary variables, CodeContext context, bool visible)
 {
     Debug.Assert(variables.Count > 0);
     return(new CodeContext(new Scope(context.Scope, variables, visible), context.LanguageContext, context));
 }
Exemplo n.º 2
0
 public ExtraKeyEnumerator(CustomSymbolDictionary idDict)
 {
     _idDict = idDict;
 }