Searched refs:localMemory (Results 1 – 2 of 2) sorted by relevance
48 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar73 localMemory[function.GetChild(1).Text] = paramValue; in ProfileTreeGrammar()106 if (localMemory.TryGetValue(name, out value) && value != null) in getValue()
48 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar73 localMemory[function.GetChild(1).Text] = paramValue; in DebugTreeGrammar()106 if (localMemory.TryGetValue(name, out value) && value != null) in getValue()